|
Linux Kernel
3.7.1
|
#include <asm/uaccess.h>#include <linux/kernel.h>#include <linux/sched.h>#include <linux/slab.h>#include <linux/module.h>#include <linux/init.h>#include <linux/serio.h>#include <linux/tty.h>Go to the source code of this file.
Data Structures | |
| struct | serport |
Macros | |
| #define | SERPORT_BUSY 1 |
| #define | SERPORT_ACTIVE 2 |
| #define | SERPORT_DEAD 3 |
Functions | |
| MODULE_AUTHOR ("Vojtech Pavlik <[email protected]>") | |
| MODULE_DESCRIPTION ("Input device TTY line discipline") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS_LDISC (N_MOUSE) | |
| module_init (serport_init) | |
| module_exit (serport_exit) | |
| MODULE_ALIAS_LDISC | ( | N_MOUSE | ) |
| MODULE_AUTHOR | ( | "Vojtech Pavlik <[email protected]>" | ) |
| module_exit | ( | serport_exit | ) |
| module_init | ( | serport_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2