patch-2.2.17 linux/drivers/i2o/i2o_scsi.h
Next file: linux/drivers/isdn/avmb1/b1.c
Previous file: linux/drivers/i2o/i2o_core.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Sep 4 18:39:18 2000
- Orig file:
v2.2.16/drivers/i2o/i2o_scsi.h
- Orig date:
Mon Sep 4 18:37:42 2000
diff -u --recursive --new-file v2.2.16/drivers/i2o/i2o_scsi.h linux/drivers/i2o/i2o_scsi.h
@@ -5,7 +5,9 @@
#include <linux/version.h>
#endif
+#ifndef LinuxVersionCode
#define LinuxVersionCode(v, p, s) (((v)<<16)+((p)<<8)+(s))
+#endif
#include <linux/types.h>
#include <linux/kdev_t.h>
@@ -24,6 +26,7 @@
extern int i2o_scsi_reset(Scsi_Cmnd *, unsigned int);
extern int i2o_scsi_bios_param(Disk *, kdev_t, int *);
extern void i2o_scsi_setup(char *str, int *ints);
+extern int i2o_scsi_release(struct Scsi_Host *host);
#define I2OSCSI { \
next: NULL, \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)