patch-2.4.0-test12 linux/drivers/scsi/wd33c93.h
Next file: linux/drivers/sound/Config.in
Previous file: linux/drivers/scsi/wd33c93.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Mon Nov 27 17:57:34 2000
- Orig file:
v2.4.0-test11/linux/drivers/scsi/wd33c93.h
- Orig date:
Thu Feb 24 22:51:47 2000
diff -u --recursive --new-file v2.4.0-test11/linux/drivers/scsi/wd33c93.h linux/drivers/scsi/wd33c93.h
@@ -190,7 +190,9 @@
/* This is what the 3393 chip looks like to us */
typedef struct {
volatile unsigned char SASR;
+#if !defined(CONFIG_MVME147_SCSI)
char pad;
+#endif
#ifdef CONFIG_SGI_IP22
char pad2,pad3;
#endif
@@ -341,5 +343,6 @@
void wd33c93_intr (struct Scsi_Host *instance);
int wd33c93_proc_info(char *, char **, off_t, int, int, int);
int wd33c93_reset (Scsi_Cmnd *, unsigned int);
+void wd33c93_release(void);
#endif /* WD33C93_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)