Include dependency graph for serial.c:
Go to the source code of this file.
Functions | |
static void | serial_write (chardev_t *d, const char ch) |
static void | serial_enable (chardev_t *d) |
static void | serial_disable (chardev_t *d) |
int | serial_init (void) |
static char | serial_do_read (chardev_t *dev) |
static void | serial_interrupt (int n, void *stack) |
static void | timer_replace (int n, istate_t *istate) |
void | serial_console (void) |
Variables | |
static chardev_t | console |
static serial_t | sconf [SERIAL_MAX] |
static bool | kb_enabled |
static chardev_operations_t | serial_ops |
iroutine | old_timer |
Definition in file serial.c.