|
Linux Kernel
3.7.1
|
#include <linux/device.h>#include <linux/serial.h>#include <linux/tty.h>#include <linux/export.h>Go to the source code of this file.
Data Structures | |
| struct | ttyprintk_port |
Macros | |
| #define | TPK_STR_SIZE 508 /* should be bigger then max expected line length */ |
| #define | TPK_MAX_ROOM 4096 /* we could assume 4K for instance */ |
Functions | |
| module_init (ttyprintk_init) | |
| #define TPK_MAX_ROOM 4096 /* we could assume 4K for instance */ |
Definition at line 39 of file ttyprintk.c.
Definition at line 38 of file ttyprintk.c.
| module_init | ( | ttyprintk_init | ) |
1.8.2