Changeset 4805495 in mainline for uspace/lib/c/include/io
- Timestamp:
- 2019-02-11T15:01:33Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ab936440, d5a89a3, fc448f5
- Parents:
- 8df5f20
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-01 23:30:11)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-11 15:01:33)
- Location:
- uspace/lib/c/include/io
- Files:
-
- 29 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/chardev.h
r8df5f20 r4805495 31 31 */ 32 32 33 #ifndef LIBC_IO_CHARDEV_H_34 #define LIBC_IO_CHARDEV_H_33 #ifndef _LIBC_IO_CHARDEV_H_ 34 #define _LIBC_IO_CHARDEV_H_ 35 35 36 36 #include <async.h> -
uspace/lib/c/include/io/chardev_srv.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_IO_CHARDEV_SRV_H_36 #define LIBC_IO_CHARDEV_SRV_H_35 #ifndef _LIBC_IO_CHARDEV_SRV_H_ 36 #define _LIBC_IO_CHARDEV_SRV_H_ 37 37 38 38 #include <adt/list.h> -
uspace/lib/c/include/io/charfield.h
r8df5f20 r4805495 34 34 */ 35 35 36 #ifndef LIBC_IO_CHARFIELD_H_37 #define LIBC_IO_CHARFIELD_H_36 #ifndef _LIBC_IO_CHARFIELD_H_ 37 #define _LIBC_IO_CHARFIELD_H_ 38 38 39 39 #include <stdbool.h> -
uspace/lib/c/include/io/chargrid.h
r8df5f20 r4805495 34 34 */ 35 35 36 #ifndef LIBC_IO_CHARGRID_H_37 #define LIBC_IO_CHARGRID_H_36 #ifndef _LIBC_IO_CHARGRID_H_ 37 #define _LIBC_IO_CHARGRID_H_ 38 38 39 39 #include <io/charfield.h> -
uspace/lib/c/include/io/color.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_IO_COLOR_H_36 #define LIBC_IO_COLOR_H_35 #ifndef _LIBC_IO_COLOR_H_ 36 #define _LIBC_IO_COLOR_H_ 37 37 38 38 typedef enum { -
uspace/lib/c/include/io/con_srv.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_CON_SRV_H_36 #define LIBC_CON_SRV_H_35 #ifndef _LIBC_CON_SRV_H_ 36 #define _LIBC_CON_SRV_H_ 37 37 38 38 #include <adt/list.h> -
uspace/lib/c/include/io/concaps.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_IO_CONCAPS_H_36 #define LIBC_IO_CONCAPS_H_35 #ifndef _LIBC_IO_CONCAPS_H_ 36 #define _LIBC_IO_CONCAPS_H_ 37 37 38 38 typedef enum { -
uspace/lib/c/include/io/cons_event.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_IO_CONS_EVENT_H_36 #define LIBC_IO_CONS_EVENT_H_35 #ifndef _LIBC_IO_CONS_EVENT_H_ 36 #define _LIBC_IO_CONS_EVENT_H_ 37 37 38 38 #include <adt/list.h> -
uspace/lib/c/include/io/console.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_IO_CONSOLE_H_36 #define LIBC_IO_CONSOLE_H_35 #ifndef _LIBC_IO_CONSOLE_H_ 36 #define _LIBC_IO_CONSOLE_H_ 37 37 38 38 #include <time.h> -
uspace/lib/c/include/io/input.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_IO_INPUT_H_36 #define LIBC_IO_INPUT_H_35 #ifndef _LIBC_IO_INPUT_H_ 36 #define _LIBC_IO_INPUT_H_ 37 37 38 38 #include <async.h> -
uspace/lib/c/include/io/kbd_event.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_IO_KBD_EVENT_H_36 #define LIBC_IO_KBD_EVENT_H_35 #ifndef _LIBC_IO_KBD_EVENT_H_ 36 #define _LIBC_IO_KBD_EVENT_H_ 37 37 38 38 #include <adt/list.h> -
uspace/lib/c/include/io/keycode.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_IO_KEYCODE_H_36 #define LIBC_IO_KEYCODE_H_35 #ifndef _LIBC_IO_KEYCODE_H_ 36 #define _LIBC_IO_KEYCODE_H_ 37 37 38 38 /** Keycode definitions. -
uspace/lib/c/include/io/kio.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_IO_KIO_H_36 #define LIBC_IO_KIO_H_35 #ifndef _LIBC_IO_KIO_H_ 36 #define _LIBC_IO_KIO_H_ 37 37 38 38 #include <stddef.h> -
uspace/lib/c/include/io/klog.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_IO_KLOG_H_36 #define LIBC_IO_KLOG_H_35 #ifndef _LIBC_IO_KLOG_H_ 36 #define _LIBC_IO_KLOG_H_ 37 37 38 38 #include <stddef.h> -
uspace/lib/c/include/io/label.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_IO_LABEL_H_36 #define LIBC_IO_LABEL_H_35 #ifndef _LIBC_IO_LABEL_H_ 36 #define _LIBC_IO_LABEL_H_ 37 37 38 38 #include <types/label.h> -
uspace/lib/c/include/io/log.h
r8df5f20 r4805495 32 32 */ 33 33 34 #ifndef LIBC_IO_LOG_H_35 #define LIBC_IO_LOG_H_34 #ifndef _LIBC_IO_LOG_H_ 35 #define _LIBC_IO_LOG_H_ 36 36 37 37 #include <stdarg.h> -
uspace/lib/c/include/io/logctl.h
r8df5f20 r4805495 31 31 */ 32 32 33 #ifndef LIBC_IO_LOGCTL_H_34 #define LIBC_IO_LOGCTL_H_33 #ifndef _LIBC_IO_LOGCTL_H_ 34 #define _LIBC_IO_LOGCTL_H_ 35 35 36 36 #include <io/log.h> -
uspace/lib/c/include/io/mode.h
r8df5f20 r4805495 34 34 */ 35 35 36 #ifndef LIBC_IO_MODE_H_37 #define LIBC_IO_MODE_H_36 #ifndef _LIBC_IO_MODE_H_ 37 #define _LIBC_IO_MODE_H_ 38 38 39 39 #include <abi/fb/visuals.h> -
uspace/lib/c/include/io/output.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_IO_OUTPUT_H_36 #define LIBC_IO_OUTPUT_H_35 #ifndef _LIBC_IO_OUTPUT_H_ 36 #define _LIBC_IO_OUTPUT_H_ 37 37 38 38 #include <ipc/output.h> -
uspace/lib/c/include/io/pixel.h
r8df5f20 r4805495 34 34 */ 35 35 36 #ifndef LIBC_IO_PIXEL_H_37 #define LIBC_IO_PIXEL_H_36 #ifndef _LIBC_IO_PIXEL_H_ 37 #define _LIBC_IO_PIXEL_H_ 38 38 39 39 #include <stdint.h> -
uspace/lib/c/include/io/pixelmap.h
r8df5f20 r4805495 35 35 */ 36 36 37 #ifndef LIBC_IO_PIXELMAP_H_38 #define LIBC_IO_PIXELMAP_H_37 #ifndef _LIBC_IO_PIXELMAP_H_ 38 #define _LIBC_IO_PIXELMAP_H_ 39 39 40 40 #include <types/common.h> -
uspace/lib/c/include/io/pos_event.h
r8df5f20 r4805495 34 34 */ 35 35 36 #ifndef LIBC_IO_POS_EVENT_H_37 #define LIBC_IO_POS_EVENT_H_36 #ifndef _LIBC_IO_POS_EVENT_H_ 37 #define _LIBC_IO_POS_EVENT_H_ 38 38 39 39 #include <types/common.h> -
uspace/lib/c/include/io/printf_core.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_PRINTF_CORE_H_36 #define LIBC_PRINTF_CORE_H_35 #ifndef _LIBC_PRINTF_CORE_H_ 36 #define _LIBC_PRINTF_CORE_H_ 37 37 38 38 #include <stddef.h> -
uspace/lib/c/include/io/serial.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_IO_SERIAL_H_36 #define LIBC_IO_SERIAL_H_35 #ifndef _LIBC_IO_SERIAL_H_ 36 #define _LIBC_IO_SERIAL_H_ 37 37 38 38 #include <async.h> -
uspace/lib/c/include/io/style.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_IO_STYLE_H_36 #define LIBC_IO_STYLE_H_35 #ifndef _LIBC_IO_STYLE_H_ 36 #define _LIBC_IO_STYLE_H_ 37 37 38 38 typedef enum { -
uspace/lib/c/include/io/table.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_IO_TABLE_H_36 #define LIBC_IO_TABLE_H_35 #ifndef _LIBC_IO_TABLE_H_ 36 #define _LIBC_IO_TABLE_H_ 37 37 38 38 #include <adt/list.h> -
uspace/lib/c/include/io/verify.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_IO_VERIFY_H_36 #define LIBC_IO_VERIFY_H_35 #ifndef _LIBC_IO_VERIFY_H_ 36 #define _LIBC_IO_VERIFY_H_ 37 37 38 38 #ifdef __clang__ -
uspace/lib/c/include/io/visualizer.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_IO_VISUALIZER_H_36 #define LIBC_IO_VISUALIZER_H_35 #ifndef _LIBC_IO_VISUALIZER_H_ 36 #define _LIBC_IO_VISUALIZER_H_ 37 37 38 38 #include <async.h> -
uspace/lib/c/include/io/window.h
r8df5f20 r4805495 33 33 */ 34 34 35 #ifndef LIBC_IO_WINDOW_H_36 #define LIBC_IO_WINDOW_H_35 #ifndef _LIBC_IO_WINDOW_H_ 36 #define _LIBC_IO_WINDOW_H_ 37 37 38 38 #include <stdbool.h>
Note:
See TracChangeset
for help on using the changeset viewer.