summaryrefslogtreecommitdiffstats
path: root/private/mvdm/softpc.new/host/inc/mips/prod/xfer_c.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/mvdm/softpc.new/host/inc/mips/prod/xfer_c.h')
-rw-r--r--private/mvdm/softpc.new/host/inc/mips/prod/xfer_c.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/private/mvdm/softpc.new/host/inc/mips/prod/xfer_c.h b/private/mvdm/softpc.new/host/inc/mips/prod/xfer_c.h
new file mode 100644
index 000000000..7bee6a3f5
--- /dev/null
+++ b/private/mvdm/softpc.new/host/inc/mips/prod/xfer_c.h
@@ -0,0 +1,15 @@
+#ifndef _Xfer_c_h
+#define _Xfer_c_h
+#define PMDC_SAMELEVEL (4)
+#define PMDC_RING2 (2)
+#define PMDC_RING1 (1)
+#define PMDC_RING0 (0)
+#define PM_SS_TSS (1)
+#define PM_SS_STK (2)
+enum xferTypeEnum
+{
+ PMXT_CALLF = 0,
+ PMXT_JMPF = 1,
+ PMXT_INT = 2
+};
+#endif /* ! _Xfer_c_h */