summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/proc.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-12-06 18:17:02 +0000
committerjhb <jhb@FreeBSD.org>2001-12-06 18:17:02 +0000
commite0b71aa03cbc098290b312e891a5428c267b1cdb (patch)
tree5ff0b03a55e64c9ad40919dda7363e5e1de60e0d /sys/ia64/include/proc.h
parentcb64660fb4ac9ffc15ebf1c7bd509e301676027b (diff)
downloadFreeBSD-src-e0b71aa03cbc098290b312e891a5428c267b1cdb.zip
FreeBSD-src-e0b71aa03cbc098290b312e891a5428c267b1cdb.tar.gz
Add multiple inclusion protection.
Diffstat (limited to 'sys/ia64/include/proc.h')
-rw-r--r--sys/ia64/include/proc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/ia64/include/proc.h b/sys/ia64/include/proc.h
index aeacc2a..a9b6bfe 100644
--- a/sys/ia64/include/proc.h
+++ b/sys/ia64/include/proc.h
@@ -28,6 +28,9 @@
* rights to redistribute these changes.
*/
+#ifndef _MACHINE_PROC_H_
+#define _MACHINE_PROC_H_
+
#include <machine/globaldata.h>
#include <machine/globals.h>
@@ -51,3 +54,5 @@ struct mdthread {
struct mdproc {
struct user *md_uservirt; /* virtual address of p_addr */
};
+
+#endif /* !_MACHINE_PROC_H_ */
OpenPOWER on IntegriCloud