summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsiconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/scsiconf.h')
-rw-r--r--sys/scsi/scsiconf.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h
index b0b45ef..5738de5 100644
--- a/sys/scsi/scsiconf.h
+++ b/sys/scsi/scsiconf.h
@@ -14,9 +14,12 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: scsiconf.h,v 1.3 93/08/26 21:09:43 julian Exp Locker: julian $
+ * $Id: scsiconf.h,v 1.5 1993/08/28 03:08:54 rgrimes Exp $
*/
+#ifndef _SCSI_SCSICONF_H_
+#define _SCSI_SCSICONF_H_ 1
+
/***********************************************\
* these calls are called by the high-end *
* drivers to get services from whatever low-end *
@@ -123,3 +126,4 @@ struct scsi_xfer
#define XS_SWTIMEOUT 0x04 /* The Timeout reported was caught by SW */
#define XS_BUSY 0x08 /* The device busy, try again later? */
+#endif /* _SCSI_SCSICONF_H_ */
OpenPOWER on IntegriCloud