|
Linux Kernel
3.7.1
|
#include <asm/io.h>#include <linux/module.h>#include <linux/ioport.h>#include <linux/init.h>#include <linux/gameport.h>#include <linux/slab.h>#include <linux/pci.h>Go to the source code of this file.
Data Structures | |
| struct | emu |
Functions | |
| MODULE_AUTHOR ("Vojtech Pavlik <[email protected]>") | |
| MODULE_DESCRIPTION ("EMU10k1 gameport driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DEVICE_TABLE (pci, emu_tbl) | |
| module_pci_driver (emu_driver) | |
| MODULE_AUTHOR | ( | "Vojtech Pavlik <[email protected]>" | ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| emu_tbl | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_pci_driver | ( | emu_driver | ) |
1.8.2