summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2012-04-29 15:54:40 +0000
committermarius <marius@FreeBSD.org>2012-04-29 15:54:40 +0000
commitf50e72646456649e166c0c384943782c5e295eb9 (patch)
treec4f7a0f70f80790cf3818684c1f48e6053dbf9f3 /sys/boot/common
parentfe557e13aa08005929af052e987040ea144902bb (diff)
downloadFreeBSD-src-f50e72646456649e166c0c384943782c5e295eb9.zip
FreeBSD-src-f50e72646456649e166c0c384943782c5e295eb9.tar.gz
Add multiple inclusion protection.
PR: 165025 Submitted by: Gavin Mu MFC after: 1 week
Diffstat (limited to 'sys/boot/common')
-rw-r--r--sys/boot/common/bootstrap.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/boot/common/bootstrap.h b/sys/boot/common/bootstrap.h
index d8b4551..7f011c7 100644
--- a/sys/boot/common/bootstrap.h
+++ b/sys/boot/common/bootstrap.h
@@ -26,6 +26,9 @@
* $FreeBSD$
*/
+#ifndef _BOOTSTRAP_H_
+#define _BOOTSTRAP_H_
+
#include <sys/types.h>
#include <sys/queue.h>
#include <sys/linker_set.h>
@@ -323,3 +326,5 @@ void delay(int delay);
void dev_cleanup(void);
time_t time(time_t *tloc);
+
+#endif /* !_BOOTSTRAP_H_ */
OpenPOWER on IntegriCloud