Changes in uspace/lib/c/include/io/console.h [205f1add:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/console.h
r205f1add ra35b458 36 36 #define LIBC_IO_CONSOLE_H_ 37 37 38 #include < time.h>38 #include <sys/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 usec_t *);87 suseconds_t *); 88 88 89 89 #endif
Note:
See TracChangeset
for help on using the changeset viewer.