summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/include/proc.h')
-rw-r--r--sys/amd64/include/proc.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/amd64/include/proc.h b/sys/amd64/include/proc.h
index 0e17164..1b9e4a2 100644
--- a/sys/amd64/include/proc.h
+++ b/sys/amd64/include/proc.h
@@ -31,9 +31,12 @@
* SUCH DAMAGE.
*
* from: @(#)proc.h 7.1 (Berkeley) 5/15/91
- * $Id$
+ * $Id: proc.h,v 1.2 1993/10/16 14:39:24 rgrimes Exp $
*/
+#ifndef _MACHINE_PROC_H_
+#define _MACHINE_PROC_H_ 1
+
/*
* Machine-dependent part of the proc structure for hp300.
*/
@@ -46,3 +49,4 @@ struct mdproc {
/* md_flags */
#define MDP_AST 0x0001 /* async trap pending */
+#endif /* _MACHINE_PROC_H_ */
OpenPOWER on IntegriCloud