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