summaryrefslogtreecommitdiffstats
path: root/private/mvdm/softpc.new/base/ccpu386/out.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/mvdm/softpc.new/base/ccpu386/out.h')
-rw-r--r--private/mvdm/softpc.new/base/ccpu386/out.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/private/mvdm/softpc.new/base/ccpu386/out.h b/private/mvdm/softpc.new/base/ccpu386/out.h
new file mode 100644
index 000000000..083679cd7
--- /dev/null
+++ b/private/mvdm/softpc.new/base/ccpu386/out.h
@@ -0,0 +1,33 @@
+/*
+ out.h
+
+ Define all OUT CPU functions.
+ */
+
+/*
+ static char SccsID[]="@(#)out.h 1.4 02/09/94";
+ */
+
+IMPORT VOID OUT8
+
+IPT2(
+ IU32, op1,
+ IU32, op2
+
+ );
+
+IMPORT VOID OUT16
+
+IPT2(
+ IU32, op1,
+ IU32, op2
+
+ );
+
+IMPORT VOID OUT32
+
+IPT2(
+ IU32, op1,
+ IU32, op2
+
+ );