Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
jazz_esp.c File Reference
#include <linux/kernel.h>
#include <linux/gfp.h>
#include <linux/types.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <linux/dma-mapping.h>
#include <asm/irq.h>
#include <asm/io.h>
#include <asm/dma.h>
#include <asm/jazz.h>
#include <asm/jazzdma.h>
#include <scsi/scsi_host.h>
#include "esp_scsi.h"

Go to the source code of this file.

Macros

#define DRV_MODULE_NAME   "jazz_esp"
 
#define PFX   DRV_MODULE_NAME ": "
 
#define DRV_VERSION   "1.000"
 
#define DRV_MODULE_RELDATE   "May 19, 2007"
 

Functions

 MODULE_ALIAS ("platform:jazz_esp")
 
 MODULE_DESCRIPTION ("JAZZ ESP SCSI driver")
 
 MODULE_AUTHOR ("Thomas Bogendoerfer ([email protected])")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_VERSION (DRV_VERSION)
 
 module_init (jazz_esp_init)
 
 module_exit (jazz_esp_exit)
 

Macro Definition Documentation

#define DRV_MODULE_NAME   "jazz_esp"

Definition at line 26 of file jazz_esp.c.

#define DRV_MODULE_RELDATE   "May 19, 2007"

Definition at line 29 of file jazz_esp.c.

#define DRV_VERSION   "1.000"

Definition at line 28 of file jazz_esp.c.

#define PFX   DRV_MODULE_NAME ": "

Definition at line 27 of file jazz_esp.c.

Function Documentation

MODULE_ALIAS ( "platform:jazz_esp"  )
MODULE_AUTHOR ( "Thomas Bogendoerfer ([email protected])"  )
MODULE_DESCRIPTION ( "JAZZ ESP SCSI driver )
module_exit ( jazz_esp_exit  )
module_init ( jazz_esp_init  )
MODULE_LICENSE ( "GPL"  )
MODULE_VERSION ( DRV_VERSION  )