Include dependency graph for console.c:
Go to the source code of this file.
Defines | |
#define | BUFLEN 2048 |
Functions | |
static void | null_putchar (chardev_t *d, const char ch) |
__u8 | _getc (chardev_t *chardev) |
count_t | gets (chardev_t *chardev, char *buf, size_t buflen) |
__u8 | getc (chardev_t *chardev) |
void | putchar (char c) |
Variables | |
static char | debug_buffer [BUFLEN] |
static size_t | offset = 0 |
static chardev_operations_t | null_stdout_ops |
chardev_t | null_stdout |
chardev_t * | stdin = NULL |
chardev_t * | stdout = &null_stdout |
Definition in file console.c.