summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/bugio.h
diff options
context:
space:
mode:
authorSteve Murphree <smurph@cvs.openbsd.org>2001-01-14 20:25:26 +0000
committerSteve Murphree <smurph@cvs.openbsd.org>2001-01-14 20:25:26 +0000
commitd468113ddc0c5ba8e16ecb9db979c3b98e031714 (patch)
tree7cdff44637fd7b9f5d0f433cdfd94a1a0e4fc6ea /sys/arch/mvme88k/include/bugio.h
parent9e571f43f415bf69545d34b77b15070b97bd0397 (diff)
Complete move to UVM virtual memory system. More header fixes.
Diffstat (limited to 'sys/arch/mvme88k/include/bugio.h')
-rw-r--r--sys/arch/mvme88k/include/bugio.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/include/bugio.h b/sys/arch/mvme88k/include/bugio.h
index da2d1a7dbef..8c196174930 100644
--- a/sys/arch/mvme88k/include/bugio.h
+++ b/sys/arch/mvme88k/include/bugio.h
@@ -1,4 +1,6 @@
-/* $OpenBSD: bugio.h,v 1.6 1999/04/11 03:26:28 smurph Exp $ */
+/* $OpenBSD: bugio.h,v 1.7 2001/01/14 20:25:23 smurph Exp $ */
+#ifndef __MACHINE_BUGIO_H__
+#define __MACHINE_BUGIO_H__
#include "sys/cdefs.h"
struct bugdisk_io {
@@ -94,3 +96,5 @@ int bugrtcrd __P((struct bugrtc *));
int bugreturn __P((void));
int bugbrdid __P((struct bugbrdid *));
int bugnetctrl __P((struct bugniocall *));
+#endif __MACHINE_BUGIO_H__
+