|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/input.h>#include <linux/interrupt.h>#include <asm/irq.h>#include <asm/setup.h>#include <asm/uaccess.h>#include <asm/atarihw.h>#include <asm/atarikb.h>#include <asm/atariints.h>Go to the source code of this file.
Functions | |
| MODULE_AUTHOR ("Michael Schmitz <[email protected]>") | |
| MODULE_DESCRIPTION ("Atari mouse driver") | |
| MODULE_LICENSE ("GPL") | |
| module_param_array (mouse_threshold, int, NULL, 0) | |
| module_init (atamouse_init) | |
| module_exit (atamouse_exit) | |
| MODULE_AUTHOR | ( | "Michael Schmitz <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "Atari mouse driver" | ) |
| module_exit | ( | atamouse_exit | ) |
| module_init | ( | atamouse_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2