summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/include/proc.h')
-rw-r--r--sys/alpha/include/proc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/alpha/include/proc.h b/sys/alpha/include/proc.h
index 502b607..d003816 100644
--- a/sys/alpha/include/proc.h
+++ b/sys/alpha/include/proc.h
@@ -28,6 +28,12 @@
* rights to redistribute these changes.
*/
+#ifndef _MACHINE_PROC_H_
+#define _MACHINE_PROC_H_
+
+#include <machine/globaldata.h>
+#include <machine/globals.h>
+
/*
* Machine-dependent part of the proc struct for the Alpha.
*/
@@ -55,3 +61,5 @@ struct mdproc {
#define MDP_UAC_SIGBUS 0x0040 /* Deliver SIGBUS upon
unaligned access */
#define MDP_UAC_MASK (MDP_UAC_NOPRINT | MDP_UAC_NOFIX | MDP_UAC_SIGBUS)
+
+#endif /* !_MACHINE_PROC_H_ */
OpenPOWER on IntegriCloud