Include dependency graph for ega.c:
Go to the source code of this file.
Functions | |
SPINLOCK_INITIALIZE (egalock) | |
static void | ega_putchar (chardev_t *d, const char ch) |
void | ega_move_cursor (void) |
void | ega_init (void) |
static void | ega_display_char (char ch) |
static void | ega_check_cursor (void) |
Variables | |
static __u32 | ega_cursor |
static __u8 * | videoram |
chardev_t | ega_console |
static chardev_operations_t | ega_ops |
Definition in file ega.c.