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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/mips64orion/cpu.h b/c/src/exec/score/cpu/mips64orion/cpu.h
index e9830e5713..fff4821ff8 100644
--- a/c/src/exec/score/cpu/mips64orion/cpu.h
+++ b/c/src/exec/score/cpu/mips64orion/cpu.h
@@ -28,7 +28,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * cpu.h,v 1.7 1995/12/05 21:41:21 joel Exp
+ * $Id$
*/
/* @(#)cpu.h 08/29/96 1.7 */
@@ -590,6 +590,8 @@ SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)();
*/
extern void _CPU_ISR_Set_level( unsigned32 _new_level );
+unsigned32 _CPU_ISR_Get_level( void );
+
/* end of ISR handler macros */
/* Context handler macros */