Changeset 78188e5 in mainline for uspace/lib/c/include/io
- Timestamp:
- 2017-05-31T15:53:02Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 525c5ac
- Parents:
- 1165a419
- Location:
- uspace/lib/c/include/io
- Files:
-
- 3 edited
-
chargrid.h (modified) (1 diff)
-
pixelmap.h (modified) (1 diff)
-
pos_event.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/chargrid.h
r1165a419 r78188e5 37 37 #define LIBC_IO_CHARGRID_H_ 38 38 39 #include <io/charfield.h> 40 #include <libarch/types.h> 39 41 #include <stddef.h> 40 #include <io/charfield.h>41 42 42 43 typedef enum { -
uspace/lib/c/include/io/pixelmap.h
r1165a419 r78188e5 38 38 #define LIBC_IO_PIXELMAP_H_ 39 39 40 #include <libarch/types.h> 41 #include <stdbool.h> 40 42 #include <stddef.h> 41 43 #include <io/pixel.h> -
uspace/lib/c/include/io/pos_event.h
r1165a419 r78188e5 37 37 #define LIBC_IO_POS_EVENT_H_ 38 38 39 #include <libarch/types.h> 39 40 40 41 typedef enum {
Note:
See TracChangeset
for help on using the changeset viewer.
