Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
NCR_D700.c File Reference
#include <linux/blkdev.h>
#include <linux/interrupt.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/mca.h>
#include <linux/slab.h>
#include <asm/io.h>
#include <scsi/scsi_host.h>
#include <scsi/scsi_device.h>
#include <scsi/scsi_transport.h>
#include <scsi/scsi_transport_spi.h>
#include "53c700.h"
#include "NCR_D700.h"

Go to the source code of this file.

Data Structures

struct  NCR_D700_private
 

Macros

#define NCR_D700_VERSION   "2.2"
 
#define ARG_SEP   ','
 

Functions

 MODULE_AUTHOR ("James Bottomley")
 
 MODULE_DESCRIPTION ("NCR Dual700 SCSI Driver")
 
 MODULE_LICENSE ("GPL")
 
 module_param (NCR_D700, charp, 0)
 
 module_init (NCR_D700_init)
 
 module_exit (NCR_D700_exit)
 
 __setup ("NCR_D700=", param_setup)
 

Macro Definition Documentation

#define ARG_SEP   ','

Definition at line 123 of file NCR_D700.c.

#define NCR_D700_VERSION   "2.2"

Definition at line 93 of file NCR_D700.c.

Function Documentation

__setup ( )
MODULE_AUTHOR ( "James Bottomley"  )
MODULE_DESCRIPTION ( "NCR Dual700 SCSI Driver"  )
module_exit ( NCR_D700_exit  )
module_init ( NCR_D700_init  )
MODULE_LICENSE ( "GPL"  )
module_param ( NCR_D700  ,
charp  ,
 
)