summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/mips64orion/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/mips64orion/cpu.h')
-rw-r--r--c/src/exec/score/cpu/mips64orion/cpu.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/mips64orion/cpu.h b/c/src/exec/score/cpu/mips64orion/cpu.h
index 2edae85fe0..8c9c380cf1 100644
--- a/c/src/exec/score/cpu/mips64orion/cpu.h
+++ b/c/src/exec/score/cpu/mips64orion/cpu.h
@@ -932,6 +932,15 @@ static inline unsigned int CPU_swap_u32(
return( swapped );
}
+/*
+ * Miscellaneous prototypes
+ *
+ * NOTE: The names should have mips64orion in them.
+ */
+
+void disable_int( unsigned32 mask );
+void enable_int( unsigned32 mask );
+
#ifdef __cplusplus
}
#endif