summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/pte.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/include/pte.h')
-rw-r--r--sys/i386/include/pte.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/i386/include/pte.h b/sys/i386/include/pte.h
index a98a357..693e7d8 100644
--- a/sys/i386/include/pte.h
+++ b/sys/i386/include/pte.h
@@ -34,9 +34,12 @@
* SUCH DAMAGE.
*
* from: @(#)pte.h 5.5 (Berkeley) 5/9/91
- * $Id$
+ * $Id: pte.h,v 1.2 1993/10/16 14:39:27 rgrimes Exp $
*/
+#ifndef _MACHINE_PTE_H_
+#define _MACHINE_PTE_H_ 1
+
/*
* 386 page table entry and page table directory
* W.Jolitz, 8/89
@@ -135,3 +138,4 @@ unsigned int
extern struct pte *Sysmap;
#endif
#endif
+#endif /* _MACHINE_PTE_H_ */
OpenPOWER on IntegriCloud