aboutsummaryrefslogtreecommitdiff
path: root/sys/pcfs/bootsect.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pcfs/bootsect.h')
-rw-r--r--sys/pcfs/bootsect.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/pcfs/bootsect.h b/sys/pcfs/bootsect.h
index 8465767bf815..ff4e029da9c3 100644
--- a/sys/pcfs/bootsect.h
+++ b/sys/pcfs/bootsect.h
@@ -15,9 +15,12 @@
*
* October 1992
*
- * $Id: bootsect.h,v 1.2 1993/10/16 19:29:24 rgrimes Exp $
+ * $Id: bootsect.h,v 1.3 1993/11/07 17:51:10 wollman Exp $
*/
+#ifndef _PCFS_BOOTSECT_H_
+#define _PCFS_BOOTSECT_H_ 1
+
/*
* Format of a boot sector. This is the first sector
* on a DOS floppy disk or the fist sector of a partition
@@ -70,3 +73,4 @@ union bootsector {
#define bsHeads bsBPB.bpbHeads
#define bsHiddenSecs bsBPB.bpbHiddenSecs
#define bsHugeSectors bsBPB.bpbHugeSectors
+#endif /* _PCFS_BOOTSECT_H_ */