summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include/proc.h')
-rw-r--r--sys/powerpc/include/proc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/powerpc/include/proc.h b/sys/powerpc/include/proc.h
index 33eb778..eb2e255 100644
--- a/sys/powerpc/include/proc.h
+++ b/sys/powerpc/include/proc.h
@@ -32,6 +32,9 @@
* $FreeBSD$
*/
+#ifndef _MACHINE_PROC_H_
+#define _MACHINE_PROC_H_
+
#include <machine/globals.h>
/*
@@ -42,3 +45,5 @@ struct mdthread {
struct mdproc {
};
+
+#endif /* !_MACHINE_PROC_H_ */
OpenPOWER on IntegriCloud