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 <linux/device.h>
#include <scsi/scsi_host.h>
#include <linux/libata.h>
#include <linux/ata.h>
Go to the source code of this file.
Macros | |
#define | DRV_NAME "pata_ns87415" |
#define | DRV_VERSION "0.0.1" |
Functions | |
module_pci_driver (ns87415_pci_driver) | |
MODULE_AUTHOR ("Alan Cox") | |
MODULE_DESCRIPTION ("ATA low-level driver for NS87415 controllers") | |
MODULE_LICENSE ("GPL") | |
MODULE_DEVICE_TABLE (pci, ns87415_pci_tbl) | |
MODULE_VERSION (DRV_VERSION) | |
#define DRV_NAME "pata_ns87415" |
Definition at line 36 of file pata_ns87415.c.
#define DRV_VERSION "0.0.1" |
Definition at line 37 of file pata_ns87415.c.
MODULE_AUTHOR | ( | "Alan Cox" | ) |
MODULE_DEVICE_TABLE | ( | pci | , |
ns87415_pci_tbl | |||
) |
MODULE_LICENSE | ( | "GPL" | ) |
module_pci_driver | ( | ns87415_pci_driver | ) |
MODULE_VERSION | ( | DRV_VERSION | ) |