|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/types.h>#include <linux/module.h>#include <linux/pci.h>#include <linux/ide.h>#include <linux/init.h>Go to the source code of this file.
Macros | |
| #define | DRV_NAME "it8213" |
Functions | |
| MODULE_DEVICE_TABLE (pci, it8213_pci_tbl) | |
| module_init (it8213_ide_init) | |
| module_exit (it8213_ide_exit) | |
| MODULE_AUTHOR ("Jack Lee, Alan Cox") | |
| MODULE_DESCRIPTION ("PCI driver module for the ITE 8213") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "Jack | Lee, |
| Alan Cox" | |||
| ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| it8213_pci_tbl | |||
| ) |
| module_exit | ( | it8213_ide_exit | ) |
| module_init | ( | it8213_ide_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2