patch-1.3.28 linux/drivers/scsi/wd7000.h
Next file: linux/drivers/sound/Makefile
Previous file: linux/drivers/scsi/wd7000.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Mon Sep 18 09:09:47 1995
- Orig file:
v1.3.27/linux/drivers/scsi/wd7000.h
- Orig date:
Fri Jul 7 08:54:51 1995
diff -u --recursive --new-file v1.3.27/linux/drivers/scsi/wd7000.h linux/drivers/scsi/wd7000.h
@@ -11,13 +11,14 @@
*/
#include <linux/types.h>
+#include <linux/kdev_t.h>
int wd7000_detect(Scsi_Host_Template *);
int wd7000_command(Scsi_Cmnd *);
int wd7000_queuecommand(Scsi_Cmnd *, void (*done)(Scsi_Cmnd *));
int wd7000_abort(Scsi_Cmnd *);
int wd7000_reset(Scsi_Cmnd *);
-int wd7000_biosparam(Disk *, int, int*);
+int wd7000_biosparam(Disk *, kdev_t, int *);
#ifndef NULL
#define NULL 0L
@@ -39,8 +40,7 @@
#define WD7000 { NULL, NULL, \
NULL, \
- "wd7000", \
- PROC_SCSI_7000FASST, \
+ NULL, \
"Western Digital WD-7000", \
wd7000_detect, \
NULL, \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this