Include dependency graph for console.c:

Go to the source code of this file.
Defines | |
| #define | KEYBOARD_POLL_PAUSE 50000 |
Functions | |
| static void | ofw_sparc64_putchar (chardev_t *d, const char ch) |
| static char | ofw_sparc64_getchar (chardev_t *d) |
| static void | ofw_sparc64_suspend (chardev_t *d) |
| static void | ofw_sparc64_resume (chardev_t *d) |
| void | ofw_sparc64_console_init (void) |
| void | standalone_sparc64_console_init (void) |
| void | kofwinput (void *arg) |
| void | kkbdpoll (void *arg) |
Variables | |
| mutex_t | canwork |
| static volatile int | ofw_console_active |
| static chardev_t | ofw_sparc64_console |
| static chardev_operations_t | ofw_sparc64_console_ops |
Definition in file console.c.
1.4.6