Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
kgdboc.c File Reference
#include <linux/kernel.h>
#include <linux/ctype.h>
#include <linux/kgdb.h>
#include <linux/kdb.h>
#include <linux/tty.h>
#include <linux/console.h>
#include <linux/vt_kern.h>
#include <linux/input.h>
#include <linux/module.h>

Go to the source code of this file.

Macros

#define MAX_CONFIG_LEN   40
 
#define kgdboc_register_kbd(x)   0
 
#define kgdboc_unregister_kbd()
 
#define kgdboc_restore_input()
 

Functions

 __setup ("kgdboc=", kgdboc_option_setup)
 
 module_init (init_kgdboc)
 
 module_exit (cleanup_kgdboc)
 
 module_param_call (kgdboc, param_set_kgdboc_var, param_get_string,&kps, 0644)
 
 MODULE_PARM_DESC (kgdboc,"<serial_device>[,baud]")
 
 MODULE_DESCRIPTION ("KGDB Console TTY Driver")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define kgdboc_register_kbd (   x)    0

Definition at line 129 of file kgdboc.c.

#define kgdboc_restore_input ( )

Definition at line 131 of file kgdboc.c.

#define kgdboc_unregister_kbd ( )

Definition at line 130 of file kgdboc.c.

#define MAX_CONFIG_LEN   40

Definition at line 24 of file kgdboc.c.

Function Documentation

__setup ( )
MODULE_DESCRIPTION ( "KGDB Console TTY Driver"  )
module_exit ( cleanup_kgdboc  )
module_init ( init_kgdboc  )
MODULE_LICENSE ( "GPL"  )
module_param_call ( kgdboc  ,
param_set_kgdboc_var  ,
param_get_string  ,
kps,
0644   
)
MODULE_PARM_DESC ( kgdboc  ,
"<serial_device>"  [, baud] 
)