Changes in uspace/lib/c/include/io/console.h [a35b458:205f1add] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/console.h
ra35b458 r205f1add 36 36 #define LIBC_IO_CONSOLE_H_ 37 37 38 #include < sys/time.h>38 #include <time.h> 39 39 #include <io/concaps.h> 40 40 #include <io/kbd_event.h> … … 85 85 extern bool console_get_event(console_ctrl_t *, cons_event_t *); 86 86 extern bool console_get_event_timeout(console_ctrl_t *, cons_event_t *, 87 suseconds_t *);87 usec_t *); 88 88 89 89 #endif
Note:
See TracChangeset
for help on using the changeset viewer.