summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/rtems/score/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/arm/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/arm/rtems/score/cpu.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/score/cpu/arm/rtems/score/cpu.h b/cpukit/score/cpu/arm/rtems/score/cpu.h
index 1528533d5e..e69f8037dc 100644
--- a/cpukit/score/cpu/arm/rtems/score/cpu.h
+++ b/cpukit/score/cpu/arm/rtems/score/cpu.h
@@ -582,8 +582,13 @@ typedef CPU_Exception_frame CPU_Interrupt_frame;
typedef void CPU_Interrupt_frame;
+/* FIXME */
+typedef CPU_Interrupt_frame CPU_Exception_frame;
+
#endif /* !defined(ARM_MULTILIB_ARCH_V4) */
+void _CPU_Exception_frame_print( const CPU_Exception_frame *frame );
+
#ifdef __cplusplus
}
#endif