summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_disk.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_disk.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_disk.h')
-rw-r--r--sys/scsi/scsi_disk.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/scsi/scsi_disk.h b/sys/scsi/scsi_disk.h
index a4eebf5..e9cb724 100644
--- a/sys/scsi/scsi_disk.h
+++ b/sys/scsi/scsi_disk.h
@@ -46,9 +46,12 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id$
+ * $Id: scsi_disk.h,v 1.4 1993/08/21 20:01:54 rgrimes Exp $
*/
+#ifndef _SCSI_SCSI_DISK_H_
+#define _SCSI_SCSI_DISK_H_ 1
+
/*
* SCSI command format
*/
@@ -211,3 +214,4 @@ union disk_pages /* this is the structure copied from osf */
u_char reserved3;
} rigid_geometry;
} ;
+#endif /* _SCSI_SCSI_DISK_H_ */
OpenPOWER on IntegriCloud