From 4e8c5a6bdc709a4a80c38609252f63f99ae75215 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 7 Apr 1997 21:20:57 +0000 Subject: added prototype for missing routine. --- c/src/exec/score/cpu/no_cpu/cpu.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'c') 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 */ -- cgit v1.2.3