summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/gvp11.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
committer <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
commit19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch)
tree40b1cb534496a7f1ca0f5c314a523c69f1fee464 /drivers/scsi/gvp11.h
parent7206675c40394c78a90e74812bbdbf8cf3cca1be (diff)
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'drivers/scsi/gvp11.h')
-rw-r--r--drivers/scsi/gvp11.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/scsi/gvp11.h b/drivers/scsi/gvp11.h
index 00bbfb5d4..77004d0d3 100644
--- a/drivers/scsi/gvp11.h
+++ b/drivers/scsi/gvp11.h
@@ -1,6 +1,6 @@
#ifndef GVP11_H
-/* $Id: gvp11.h,v 1.5 1996/04/25 20:58:31 root Exp root $
+/* $Id: gvp11.h,v 1.4 1997/01/19 23:07:12 davem Exp $
*
* Header file for the GVP Series II SCSI controller for Linux
*
@@ -12,6 +12,7 @@
#include <linux/types.h>
int gvp11_detect(Scsi_Host_Template *);
+int gvp11_release(struct Scsi_Host *);
const char *wd33c93_info(void);
int wd33c93_queuecommand(Scsi_Cmnd *, void (*done)(Scsi_Cmnd *));
int wd33c93_abort(Scsi_Cmnd *);
@@ -34,12 +35,12 @@ int wd33c93_reset(Scsi_Cmnd *, unsigned int);
extern struct proc_dir_entry proc_scsi_gvp11;
#define GVP11_SCSI { /* next */ NULL, \
- /* usage_count */ NULL, \
+ /* module */ NULL, \
/* proc_dir_entry */ &proc_scsi_gvp11, \
/* proc_info */ NULL, \
/* name */ "GVP Series II SCSI", \
/* detect */ gvp11_detect, \
- /* release */ NULL, \
+ /* release */ gvp11_release, \
/* info */ NULL, \
/* command */ NULL, \
/* queuecommand */ wd33c93_queuecommand, \
@@ -59,7 +60,7 @@ extern struct proc_dir_entry proc_scsi_gvp11;
/*
* if the transfer address ANDed with this results in a non-zero
* result, then we can't use DMA.
- */
+ */
#define GVP11_XFER_MASK (0xff000001)
typedef struct {