summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/rtems/score/cpu.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-11-11 12:37:17 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-11-18 07:30:33 +0100
commitdbeccf0ec0d34fa169a0ccaf04505f9ce4e9323b (patch)
tree4cf631260bd087308a3805953dea0cfeaee09534 /cpukit/score/cpu/arm/rtems/score/cpu.h
parentpowerpc: Add up to date CPU_Interrupt_frame (diff)
downloadrtems-dbeccf0ec0d34fa169a0ccaf04505f9ce4e9323b.tar.bz2
arm: Provide CPU_Interrupt_frame for ARMv4
Update #2809.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/arm/rtems/score/cpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/score/cpu/arm/rtems/score/cpu.h b/cpukit/score/cpu/arm/rtems/score/cpu.h
index e4f9e377d4..326abbb662 100644
--- a/cpukit/score/cpu/arm/rtems/score/cpu.h
+++ b/cpukit/score/cpu/arm/rtems/score/cpu.h
@@ -687,8 +687,6 @@ typedef struct {
uint32_t reserved_for_stack_alignment;
} CPU_Exception_frame;
-typedef CPU_Exception_frame CPU_Interrupt_frame;
-
void _CPU_Exception_frame_print( const CPU_Exception_frame *frame );
void _ARM_Exception_default( CPU_Exception_frame *frame );