summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/rtems
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-10-10 11:54:55 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-10-10 11:54:55 +0200
commit037b57ae0c80500fff0dc009cd319f221bec5b21 (patch)
tree74513db30654ff12b9df1bbdd45c500a6721c8bb /cpukit/score/cpu/arm/rtems
parentbsp/stm32f4: Fix warning (diff)
downloadrtems-037b57ae0c80500fff0dc009cd319f221bec5b21.tar.bz2
arm: Fix warning
Diffstat (limited to 'cpukit/score/cpu/arm/rtems')
-rw-r--r--cpukit/score/cpu/arm/rtems/score/cpu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/score/cpu/arm/rtems/score/cpu.h b/cpukit/score/cpu/arm/rtems/score/cpu.h
index 9aef8df15d..bc9bee3eb1 100644
--- a/cpukit/score/cpu/arm/rtems/score/cpu.h
+++ b/cpukit/score/cpu/arm/rtems/score/cpu.h
@@ -695,6 +695,12 @@ void _CPU_Exception_frame_print( const CPU_Exception_frame *frame );
void _ARM_Exception_default( CPU_Exception_frame *frame );
+/*
+ * FIXME: In case your BSP uses this function, then convert it to use
+ * the shared start.S file for ARM.
+ */
+void rtems_exception_init_mngt( void );
+
/** @} */
#ifdef __cplusplus