summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-08 15:11:11 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-09 10:11:58 -0500
commita3ae261a143a0854a1f591db281287dd0b39bbad (patch)
tree6dd1fe54ce89fe91f071f2724486c9854b2a9e2b /cpukit/score/cpu
parentm32r/rtems/score/cpu.h: Fix macros to avoid warnings (diff)
downloadrtems-a3ae261a143a0854a1f591db281287dd0b39bbad.tar.bz2
m32r/cpu_asm.c: Add prototype to fix warning
Diffstat (limited to 'cpukit/score/cpu')
-rw-r--r--cpukit/score/cpu/m32r/cpu_asm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/score/cpu/m32r/cpu_asm.c b/cpukit/score/cpu/m32r/cpu_asm.c
index d47266b548..f808f42d06 100644
--- a/cpukit/score/cpu/m32r/cpu_asm.c
+++ b/cpukit/score/cpu/m32r/cpu_asm.c
@@ -28,6 +28,11 @@
#include <rtems/system.h>
#include <rtems/score/cpu.h>
+/*
+ * Prototypes
+ */
+void _ISR_Handler(void);
+
/* void __ISR_Handler()
*
* This routine provides the RTEMS interrupt management.