aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/vm86.h
diff options
context:
space:
mode:
authorLuoqi Chen <luoqi@FreeBSD.org>1999-09-02 20:59:50 +0000
committerLuoqi Chen <luoqi@FreeBSD.org>1999-09-02 20:59:50 +0000
commit7a2bb3b800667397d41ad7324c4d8f2911fb8ebb (patch)
tree58442150ffafe6d59ac1d684d1d18f99075c9471 /sys/i386/include/vm86.h
parent4f2571dd7761822228f08c923a3889f6aed35f73 (diff)
Notes
Diffstat (limited to 'sys/i386/include/vm86.h')
-rw-r--r--sys/i386/include/vm86.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/i386/include/vm86.h b/sys/i386/include/vm86.h
index 1231bb20a77f0..60c56154a6e09 100644
--- a/sys/i386/include/vm86.h
+++ b/sys/i386/include/vm86.h
@@ -124,11 +124,6 @@ struct vm86_kernel {
caddr_t vm86_sproc; /* address of sproc */
};
-struct i386_vm86_args {
- int sub_op; /* sub-operation to perform */
- char *sub_args; /* args */
-};
-
#define VM86_INIT 1
#define VM86_SET_VME 2
#define VM86_GET_VME 3