summaryrefslogtreecommitdiffstats
path: root/private/mvdm/softpc.new/base/ccpu386/cmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/mvdm/softpc.new/base/ccpu386/cmp.h')
-rw-r--r--private/mvdm/softpc.new/base/ccpu386/cmp.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/private/mvdm/softpc.new/base/ccpu386/cmp.h b/private/mvdm/softpc.new/base/ccpu386/cmp.h
new file mode 100644
index 000000000..864459ed3
--- /dev/null
+++ b/private/mvdm/softpc.new/base/ccpu386/cmp.h
@@ -0,0 +1,18 @@
+/*
+ cmp.h
+
+ Define all CMP CPU functions.
+ */
+
+/*
+ static char SccsID[]="@(#)cmp.h 1.4 02/09/94";
+ */
+
+IMPORT VOID CMP
+
+IPT3(
+ IU32, op1,
+ IU32, op2,
+ IUM8, op_sz
+
+ );