Include dependency graph for chardev.h:

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

Go to the source code of this file.
Data Structures | |
| struct | chardev_operations |
| struct | chardev |
Defines | |
| #define | CHARDEV_BUFLEN 512 |
Typedefs | |
| typedef chardev_operations | chardev_operations_t |
Functions | |
| void | chardev_initialize (char *name, chardev_t *chardev, chardev_operations_t *op) |
| void | chardev_push_character (chardev_t *chardev, __u8 ch) |
Definition in file chardev.h.
1.4.6