Changeset d5a89a3 in mainline for uspace/lib/c/include/io
- Timestamp:
- 2019-02-11T22:31:04Z (7 years ago)
- Children:
- aaf9789c
- Parents:
- e3272101 (diff), 4805495 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- uspace/lib/c/include/io
- Files:
-
- 29 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/chardev.h
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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
re3272101 rd5a89a3 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.