Include dependency graph for console.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| __u8 | getc (chardev_t *chardev) |
| __u8 | _getc (chardev_t *chardev) |
| count_t | gets (chardev_t *chardev, char *buf, size_t buflen) |
| void | putchar (char c) |
| void | arch_grab_console (void) |
| void | arch_release_console (void) |
Variables | |
| chardev_t * | stdin |
| chardev_t * | stdout |
Definition in file console.h.
1.4.6