Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
pata_hpt37x.c File Reference
#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.

Data Structures

struct  hpt_clock
 
struct  hpt_chip
 

Macros

#define pr_fmt(fmt)   KBUILD_MODNAME ": " fmt
 
#define DRV_NAME   "pata_hpt37x"
 
#define DRV_VERSION   "0.6.23"
 

Functions

 module_pci_driver (hpt37x_pci_driver)
 
 MODULE_AUTHOR ("Alan Cox")
 
 MODULE_DESCRIPTION ("low-level driver for the Highpoint HPT37x/30x")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DEVICE_TABLE (pci, hpt37x)
 
 MODULE_VERSION (DRV_VERSION)
 

Macro Definition Documentation

#define DRV_NAME   "pata_hpt37x"

Definition at line 28 of file pata_hpt37x.c.

#define DRV_VERSION   "0.6.23"

Definition at line 29 of file pata_hpt37x.c.

#define pr_fmt (   fmt)    KBUILD_MODNAME ": " fmt

Definition at line 17 of file pata_hpt37x.c.

Function Documentation

MODULE_AUTHOR ( "Alan Cox"  )
MODULE_DESCRIPTION ( "low-level driver for the Highpoint HPT37x/30x"  )
MODULE_DEVICE_TABLE ( pci  ,
hpt37x   
)
MODULE_LICENSE ( "GPL"  )
module_pci_driver ( hpt37x_pci_driver  )
MODULE_VERSION ( DRV_VERSION  )