Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
ttyprintk.c File Reference
#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)
 

Macro Definition Documentation

#define TPK_MAX_ROOM   4096 /* we could assume 4K for instance */

Definition at line 39 of file ttyprintk.c.

#define TPK_STR_SIZE   508 /* should be bigger then max expected line length */

Definition at line 38 of file ttyprintk.c.

Function Documentation

module_init ( ttyprintk_init  )