summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/bug.h
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1997-03-03 19:08:44 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1997-03-03 19:08:44 +0000
commit787fa51745fb95eeb01962d519fd60073f503c0c (patch)
tree8338976f469ead8b064d407c7b2aa2f9963a44b3 /sys/arch/mvme88k/include/bug.h
parent031c14d03c6210d5b329ac3256dba53a0fb9135a (diff)
This is a remove to get rid of the old mvme88k port which was incomplete
to replace it with a working version. The kernel compiles and works at least. The new version will be imported shortly.
Diffstat (limited to 'sys/arch/mvme88k/include/bug.h')
-rw-r--r--sys/arch/mvme88k/include/bug.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/arch/mvme88k/include/bug.h b/sys/arch/mvme88k/include/bug.h
deleted file mode 100644
index b1c3686f655..00000000000
--- a/sys/arch/mvme88k/include/bug.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <machine/bugio.h>
-
-struct bugenv {
- int clun;
- int dlun;
- int ipl;
- int ctlr;
- int (*entry)();
- int cfgblk;
- char *argstart;
- char *argend;
-};