summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/cpu.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-08-19 06:34:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-08-19 06:34:44 +0000
commitd82bd279515315b994a38847b556aedf0e7f0699 (patch)
treeff5d6c2965571820455fe2112cb5cf54430de967 /cpukit/score/cpu/arm/cpu.c
parent2008-08-18 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-d82bd279515315b994a38847b556aedf0e7f0699.tar.bz2
Add missing prototypes.
Diffstat (limited to 'cpukit/score/cpu/arm/cpu.c')
-rw-r--r--cpukit/score/cpu/arm/cpu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/cpu/arm/cpu.c b/cpukit/score/cpu/arm/cpu.c
index 960c4eada8..2b00c22656 100644
--- a/cpukit/score/cpu/arm/cpu.c
+++ b/cpukit/score/cpu/arm/cpu.c
@@ -204,9 +204,9 @@ void _defaultExcHandler (CPU_Exception_frame *ctx)
cpuExcHandlerType _currentExcHandler = _defaultExcHandler;
-extern void _Exception_Handler_Undef_Swi();
-extern void _Exception_Handler_Abort();
-extern void _exc_data_abort();
+extern void _Exception_Handler_Undef_Swi(void);
+extern void _Exception_Handler_Abort(void);
+extern void _exc_data_abort(void);