patch-2.4.3 linux/drivers/scsi/sym53c8xx.h
Next file: linux/drivers/scsi/sym53c8xx_comm.h
Previous file: linux/drivers/scsi/sym53c8xx.c
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Mon Mar 26 15:50:08 2001
-  Orig file: 
v2.4.2/linux/drivers/scsi/sym53c8xx.h
-  Orig date: 
Thu Jan  4 14:52:35 2001
diff -u --recursive --new-file v2.4.2/linux/drivers/scsi/sym53c8xx.h linux/drivers/scsi/sym53c8xx.h
@@ -65,6 +65,8 @@
 **	Used by hosts.c and sym53c8xx.c with module configuration.
 */
 
+#if (LINUX_VERSION_CODE >= 0x020400) || defined(HOSTS_C) || defined(MODULE)
+
 #include <scsi/scsicam.h>
 
 int sym53c8xx_abort(Scsi_Cmnd *);
@@ -108,5 +110,7 @@
 			0,	0,	DISABLE_CLUSTERING} 
  
 #endif /* LINUX_VERSION_CODE */
+
+#endif /* defined(HOSTS_C) || defined(MODULE) */ 
 
 #endif /* SYM53C8XX_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)