summaryrefslogtreecommitdiff
path: root/i386/i386at/disk.h
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386at/disk.h')
-rw-r--r--i386/i386at/disk.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/i386/i386at/disk.h b/i386/i386at/disk.h
index e1fe6b98..63d033f0 100644
--- a/i386/i386at/disk.h
+++ b/i386/i386at/disk.h
@@ -49,6 +49,9 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
* disk.h
*/
+#ifndef _DISK_H_
+#define _DISK_H_
+
/* Grab the public part. */
#include <mach/machine/disk.h>
@@ -184,3 +187,4 @@ struct mboot { /* master boot block */
u_short signature;
};
+#endif /* _DISK_H_ */