summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/vmparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/include/vmparam.h')
-rw-r--r--sys/amd64/include/vmparam.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/amd64/include/vmparam.h b/sys/amd64/include/vmparam.h
index 700b697..a43615d 100644
--- a/sys/amd64/include/vmparam.h
+++ b/sys/amd64/include/vmparam.h
@@ -34,10 +34,13 @@
* SUCH DAMAGE.
*
* from: @(#)vmparam.h 5.9 (Berkeley) 5/12/91
- * $Id$
+ * $Id: vmparam.h,v 1.7 1993/10/15 10:07:45 rgrimes Exp $
*/
+#ifndef _MACHINE_VMPARAM_H_
+#define _MACHINE_VMPARAM_H_ 1
+
/*
* Machine dependent constants for 386.
*/
@@ -259,3 +262,4 @@
: "ax"); \
})
#endif
+#endif /* _MACHINE_VMPARAM_H_ */
OpenPOWER on IntegriCloud