summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-07 21:20:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-07 21:20:57 +0000
commit4e8c5a6bdc709a4a80c38609252f63f99ae75215 (patch)
treec2744951e39e73a728ddbcf31a7a597282944389 /c
parentadded "return" to eliminate warning. (diff)
downloadrtems-4e8c5a6bdc709a4a80c38609252f63f99ae75215.tar.bz2
added prototype for missing routine.
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 */