Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/blkdev.h>
#include <linux/delay.h>
#include <scsi/scsi_host.h>
#include <linux/libata.h>
Go to the source code of this file.
Macros | |
#define | DRV_NAME "pata_amd" |
#define | DRV_VERSION "0.4.1" |
Functions | |
module_pci_driver (amd_pci_driver) | |
MODULE_AUTHOR ("Alan Cox") | |
MODULE_DESCRIPTION ("low-level driver for AMD and Nvidia PATA IDE") | |
MODULE_LICENSE ("GPL") | |
MODULE_DEVICE_TABLE (pci, amd) | |
MODULE_VERSION (DRV_VERSION) | |
#define DRV_NAME "pata_amd" |
Definition at line 26 of file pata_amd.c.
#define DRV_VERSION "0.4.1" |
Definition at line 27 of file pata_amd.c.
MODULE_AUTHOR | ( | "Alan Cox" | ) |
MODULE_DEVICE_TABLE | ( | pci | , |
amd | |||
) |
MODULE_LICENSE | ( | "GPL" | ) |
module_pci_driver | ( | amd_pci_driver | ) |
MODULE_VERSION | ( | DRV_VERSION | ) |