#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 <linux/types.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <asm/io.h>
#include "scsi.h"
#include <scsi/scsi_host.h>
#include "ncr53c8xx.h"
#include "NCR_Q720.h"
Go to the source code of this file.
#define NCR_Q720_VERSION "0.9" |
MODULE_AUTHOR |
( |
"James Bottomley" |
| ) |
|
MODULE_DESCRIPTION |
( |
"NCR Quad 720 SCSI Driver" |
| ) |
|
module_exit |
( |
NCR_Q720_exit |
| ) |
|
module_init |
( |
NCR_Q720_init |
| ) |
|