summaryrefslogtreecommitdiff
path: root/sys/arch/mips/include/vmparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mips/include/vmparam.h')
-rw-r--r--sys/arch/mips/include/vmparam.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/mips/include/vmparam.h b/sys/arch/mips/include/vmparam.h
index 359aac27202..1e4b31119be 100644
--- a/sys/arch/mips/include/vmparam.h
+++ b/sys/arch/mips/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.3 1998/10/15 21:30:14 imp Exp $ */
+/* $OpenBSD: vmparam.h,v 1.4 1999/01/27 04:46:06 imp Exp $ */
/* $NetBSD: vmparam.h,v 1.5 1994/10/26 21:10:10 cgd Exp $ */
/*
@@ -42,6 +42,9 @@
* @(#)vmparam.h 8.2 (Berkeley) 4/22/94
*/
+#ifndef _MIPS_VMPARAM_H_
+#define _MIPS_VMPARAM_H_
+
/*
* Machine dependent constants mips processors.
*/
@@ -235,3 +238,4 @@ struct vm_map;
vm_offset_t kmem_alloc_upage __P((struct vm_map *, vm_size_t));
vm_offset_t vtophys __P((vm_offset_t, vm_size_t));
+#endif /* !_MIPS_VMPARAM_H_ */