|
Linux Kernel
3.7.1
|
#include <asm/io.h>#include <linux/module.h>#include <linux/ioport.h>#include <linux/init.h>#include <linux/delay.h>#include <linux/gameport.h>#include <linux/slab.h>#include <linux/pnp.h>Go to the source code of this file.
Data Structures | |
| struct | ns558 |
Functions | |
| MODULE_AUTHOR ("Vojtech Pavlik <[email protected]>") | |
| MODULE_DESCRIPTION ("Classic gameport (ISA/PnP) driver") | |
| MODULE_LICENSE ("GPL") | |
| module_init (ns558_init) | |
| module_exit (ns558_exit) | |
| MODULE_AUTHOR | ( | "Vojtech Pavlik <[email protected]>" | ) |
| module_exit | ( | ns558_exit | ) |
| module_init | ( | ns558_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2