summaryrefslogtreecommitdiffstats
path: root/private/mvdm/softpc.new/host/inc/mips/prod/cpnote_c.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/mvdm/softpc.new/host/inc/mips/prod/cpnote_c.h')
-rw-r--r--private/mvdm/softpc.new/host/inc/mips/prod/cpnote_c.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/private/mvdm/softpc.new/host/inc/mips/prod/cpnote_c.h b/private/mvdm/softpc.new/host/inc/mips/prod/cpnote_c.h
new file mode 100644
index 000000000..d876ac88a
--- /dev/null
+++ b/private/mvdm/softpc.new/host/inc/mips/prod/cpnote_c.h
@@ -0,0 +1,12 @@
+#ifndef _CpNote_c_h
+#define _CpNote_c_h
+#define HSPADJ_ADD (1)
+#define HSPADJ_SUB (2)
+#define HSPADJ_INC (3)
+#define HSPADJ_DEC (4)
+enum ConstraintChange
+{
+ ConstraintAdded = 0,
+ ConstraintRemoved = 1
+};
+#endif /* ! _CpNote_c_h */