Changeset 8d2dd7f2 in mainline for uspace/lib/c/include/io
- Timestamp:
- 2017-05-13T19:03:14Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c96634
- Parents:
- e48947e
- Location:
- uspace/lib/c/include/io
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/chardev_srv.h
re48947e r8d2dd7f2 40 40 #include <fibril_synch.h> 41 41 #include <stdbool.h> 42 #include <s ys/types.h>42 #include <stddef.h> 43 43 44 44 typedef struct chardev_ops chardev_ops_t; -
uspace/lib/c/include/io/charfield.h
re48947e r8d2dd7f2 37 37 #define LIBC_IO_CHARFIELD_H_ 38 38 39 #include <sys/types.h>40 39 #include <stdbool.h> 41 40 #include <io/color.h> -
uspace/lib/c/include/io/chargrid.h
re48947e r8d2dd7f2 37 37 #define LIBC_IO_CHARGRID_H_ 38 38 39 #include <s ys/types.h>39 #include <stddef.h> 40 40 #include <io/charfield.h> 41 41 -
uspace/lib/c/include/io/con_srv.h
re48947e r8d2dd7f2 46 46 #include <stdbool.h> 47 47 #include <sys/time.h> 48 #include <s ys/types.h>48 #include <stddef.h> 49 49 50 50 typedef struct con_ops con_ops_t; -
uspace/lib/c/include/io/input.h
re48947e r8d2dd7f2 38 38 #include <async.h> 39 39 #include <io/kbd_event.h> 40 #include <sys/types.h>41 40 42 41 struct input_ev_ops; -
uspace/lib/c/include/io/kio.h
re48947e r8d2dd7f2 36 36 #define LIBC_IO_KIO_H_ 37 37 38 #include <s ys/types.h>38 #include <stddef.h> 39 39 #include <stdarg.h> 40 40 #include <io/verify.h> -
uspace/lib/c/include/io/klog.h
re48947e r8d2dd7f2 36 36 #define LIBC_IO_KLOG_H_ 37 37 38 #include <s ys/types.h>38 #include <stddef.h> 39 39 #include <stdarg.h> 40 40 #include <io/verify.h> -
uspace/lib/c/include/io/log.h
re48947e r8d2dd7f2 38 38 #include <inttypes.h> 39 39 #include <io/verify.h> 40 #include <libarch/types.h> 40 41 41 42 #include <abi/log.h> -
uspace/lib/c/include/io/mode.h
re48947e r8d2dd7f2 38 38 39 39 #include <abi/fb/visuals.h> 40 #include <sys/types.h>41 40 #include <adt/list.h> 42 41 #include <io/pixel.h> -
uspace/lib/c/include/io/pixel.h
re48947e r8d2dd7f2 37 37 #define LIBC_IO_PIXEL_H_ 38 38 39 #include <s ys/types.h>39 #include <stdint.h> 40 40 41 41 #define NARROW(channel, bits) \ -
uspace/lib/c/include/io/pixelmap.h
re48947e r8d2dd7f2 38 38 #define LIBC_IO_PIXELMAP_H_ 39 39 40 #include <sys/types.h>41 40 #include <stddef.h> 42 41 #include <io/pixel.h> -
uspace/lib/c/include/io/pos_event.h
re48947e r8d2dd7f2 37 37 #define LIBC_IO_POS_EVENT_H_ 38 38 39 #include <sys/types.h>40 39 41 40 typedef enum { -
uspace/lib/c/include/io/printf_core.h
re48947e r8d2dd7f2 36 36 #define LIBC_PRINTF_CORE_H_ 37 37 38 #include <s ys/types.h>38 #include <stddef.h> 39 39 #include <stdarg.h> 40 40 -
uspace/lib/c/include/io/visualizer.h
re48947e r8d2dd7f2 36 36 #define LIBC_IO_VISUALIZER_H_ 37 37 38 #include <sys/types.h>39 38 #include <async.h> 40 39 #include <io/mode.h> -
uspace/lib/c/include/io/window.h
re48947e r8d2dd7f2 37 37 38 38 #include <stdbool.h> 39 #include <sys/types.h>40 39 #include <async.h> 41 40 #include <loc.h>
Note:
See TracChangeset
for help on using the changeset viewer.