summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
Diffstat (limited to 'c')
-rw-r--r--c/src/exec/score/cpu/no_cpu/cpu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/no_cpu/cpu.h b/c/src/exec/score/cpu/no_cpu/cpu.h
index 2393e12329..545627bbbd 100644
--- a/c/src/exec/score/cpu/no_cpu/cpu.h
+++ b/c/src/exec/score/cpu/no_cpu/cpu.h
@@ -508,12 +508,16 @@ SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)();
* 8 - 255 would be available for bsp/application specific meaning.
* This could be used to manage a programmable interrupt controller
* via the rtems_task_mode directive.
+ *
+ * The get routine usually must be implemented as a subroutine.
*/
#define _CPU_ISR_Set_level( new_level ) \
{ \
}
+unsigned32 _CPU_ISR_Get_level( void );
+
/* end of ISR handler macros */
/* Context handler macros */