Changes in uspace/lib/c/include/io/console.h [07b7c48:3e6a98c5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/console.h
r07b7c48 r3e6a98c5 39 39 #include <io/concaps.h> 40 40 #include <io/kbd_event.h> 41 #include <io/cons_event.h>42 41 #include <io/keycode.h> 43 42 #include <async.h> … … 83 82 extern void console_cursor_visibility(console_ctrl_t *, bool); 84 83 extern int console_get_color_cap(console_ctrl_t *, sysarg_t *); 85 extern bool console_get_ event(console_ctrl_t *, cons_event_t *);86 extern bool console_get_ event_timeout(console_ctrl_t *, cons_event_t *,84 extern bool console_get_kbd_event(console_ctrl_t *, kbd_event_t *); 85 extern bool console_get_kbd_event_timeout(console_ctrl_t *, kbd_event_t *, 87 86 suseconds_t *); 88 87
Note:
See TracChangeset
for help on using the changeset viewer.