summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_changer.h
diff options
context:
space:
mode:
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