Include dependency graph for ski.c:

Go to the source code of this file.
Functions | |
| static void | ski_putchar (chardev_t *d, const char ch) |
| static __s32 | ski_getchar (void) |
| static char | ski_getchar_blocking (chardev_t *d) |
| void | poll_keyboard (void) |
| static void | ski_kb_enable (chardev_t *d) |
| static void | ski_kb_disable (chardev_t *d) |
| void | ski_init_console (void) |
| void | ski_set_console_sysinfo (void) |
Variables | |
| chardev_t | ski_console |
| chardev_t | ski_uconsole |
| static bool | kb_disable |
| int | kbd_uspace = 0 |
| static chardev_operations_t | ski_ops |
Definition in file ski.c.
1.4.6