|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/types.h>#include <linux/pci.h>#include <linux/ide.h>#include <linux/init.h>#include <asm/io.h>Go to the source code of this file.
Data Structures | |
| struct | chipset_bus_clock_list_entry |
Macros | |
| #define | DRV_NAME "aec62xx" |
Functions | |
| MODULE_DEVICE_TABLE (pci, aec62xx_pci_tbl) | |
| module_init (aec62xx_ide_init) | |
| module_exit (aec62xx_ide_exit) | |
| MODULE_AUTHOR ("Andre Hedrick") | |
| MODULE_DESCRIPTION ("PCI driver module for ARTOP AEC62xx IDE") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "Andre Hedrick" | ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| aec62xx_pci_tbl | |||
| ) |
| module_exit | ( | aec62xx_ide_exit | ) |
| module_init | ( | aec62xx_ide_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2