summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_tape.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1993-11-07 17:51:34 +0000
committerwollman <wollman@FreeBSD.org>1993-11-07 17:51:34 +0000
commit2aba23834f991af3f08514d55d73d965c4c8bf65 (patch)
treef73f69f2d329f3b71fb14f0618d8c5a4ec4ee642 /sys/scsi/scsi_tape.h
parentbd2b2815f291360b8d6f823a643e5c9c89064acf (diff)
downloadFreeBSD-src-2aba23834f991af3f08514d55d73d965c4c8bf65.zip
FreeBSD-src-2aba23834f991af3f08514d55d73d965c4c8bf65.tar.gz
Made all header files idempotent and moved incorrect common data from
headers into a related source file.
Diffstat (limited to 'sys/scsi/scsi_tape.h')
-rw-r--r--sys/scsi/scsi_tape.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/scsi/scsi_tape.h b/sys/scsi/scsi_tape.h
index eb46092..103e116 100644
--- a/sys/scsi/scsi_tape.h
+++ b/sys/scsi/scsi_tape.h
@@ -21,10 +21,13 @@
/*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: scsi_tape.h,v 1.8 93/08/31 21:40:16 julian Exp Locker: julian $
+ * $Id: scsi_tape.h,v 1.6 1993/09/05 15:42:20 rgrimes Exp $
*/
+#ifndef _SCSI_SCSI_TAPE_H_
+#define _SCSI_SCSI_TAPE_H_ 1
+
/*
* SCSI command formats
@@ -200,3 +203,4 @@ struct blk_desc_cipher
#define DAT-1 0x13
+#endif /* _SCSI_SCSI_TAPE_H_ */
OpenPOWER on IntegriCloud