summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal_support/init.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-01-27 13:46:40 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-01-27 13:50:23 +0100
commit33bd2efbb2da8b1e8bd298417505e17ba1d191e5 (patch)
treed0bbc4a6dbdcb72f7fbd8ff1759d6a4e2c12fb53 /testsuites/sptests/spfatal_support/init.c
parenttestsuites: Use rtems_fatal_source_description() (diff)
downloadrtems-33bd2efbb2da8b1e8bd298417505e17ba1d191e5.tar.bz2
testsuites: Fix prototypes
Diffstat (limited to 'testsuites/sptests/spfatal_support/init.c')
-rw-r--r--testsuites/sptests/spfatal_support/init.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/testsuites/sptests/spfatal_support/init.c b/testsuites/sptests/spfatal_support/init.c
index 4ed74357a5..eb7a167361 100644
--- a/testsuites/sptests/spfatal_support/init.c
+++ b/testsuites/sptests/spfatal_support/init.c
@@ -80,11 +80,10 @@ void Put_Source( rtems_fatal_source source )
printk( "%s", rtems_fatal_source_description( source ) );
}
-
void Fatal_extension(
- uint32_t source,
- bool is_internal,
- uint32_t error
+ rtems_fatal_source source,
+ bool is_internal,
+ rtems_fatal_code error
)
{
print_test_begin_message();