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>
#include <linux/dmi.h>
Go to the source code of this file.
Macros | |
#define | DRV_NAME "pata_cs5530" |
#define | DRV_VERSION "0.7.4" |
Functions | |
module_pci_driver (cs5530_pci_driver) | |
MODULE_AUTHOR ("Alan Cox") | |
MODULE_DESCRIPTION ("low-level driver for the Cyrix/NS/AMD 5530") | |
MODULE_LICENSE ("GPL") | |
MODULE_DEVICE_TABLE (pci, cs5530) | |
MODULE_VERSION (DRV_VERSION) | |
#define DRV_NAME "pata_cs5530" |
Definition at line 36 of file pata_cs5530.c.
#define DRV_VERSION "0.7.4" |
Definition at line 37 of file pata_cs5530.c.
MODULE_AUTHOR | ( | "Alan Cox" | ) |
MODULE_DEVICE_TABLE | ( | pci | , |
cs5530 | |||
) |
MODULE_LICENSE | ( | "GPL" | ) |
module_pci_driver | ( | cs5530_pci_driver | ) |
MODULE_VERSION | ( | DRV_VERSION | ) |