summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_changer.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_changer.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_changer.h')
-rw-r--r--sys/scsi/scsi_changer.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/scsi/scsi_changer.h b/sys/scsi/scsi_changer.h
index 4cadd32..dda22ee 100644
--- a/sys/scsi/scsi_changer.h
+++ b/sys/scsi/scsi_changer.h
@@ -19,9 +19,12 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id$
+ * $Id: scsi_changer.h,v 1.4 1993/08/21 20:01:53 rgrimes Exp $
*/
+#ifndef _SCSI_SCSI_CHANGER_H_
+#define _SCSI_SCSI_CHANGER_H_ 1
+
/*
* SCSI command format
*/
@@ -93,3 +96,4 @@ struct element_status_page
u_char byte_count_of_descriptor_data[3];
};
+#endif /* _SCSI_SCSI_CHANGER_H_ */
OpenPOWER on IntegriCloud