summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/stackchk/system.h
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/libtests/stackchk/system.h
parenttestsuites: Use rtems_fatal_source_description() (diff)
downloadrtems-33bd2efbb2da8b1e8bd298417505e17ba1d191e5.tar.bz2
testsuites: Fix prototypes
Diffstat (limited to 'testsuites/libtests/stackchk/system.h')
-rw-r--r--testsuites/libtests/stackchk/system.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/libtests/stackchk/system.h b/testsuites/libtests/stackchk/system.h
index 95babb8a0c..16b623ae2d 100644
--- a/testsuites/libtests/stackchk/system.h
+++ b/testsuites/libtests/stackchk/system.h
@@ -41,7 +41,11 @@ void blow_stack( void );
#define CONFIGURE_STACK_CHECKER_ENABLED
-void Fatal_extension( uint32_t source, bool is_internal, uint32_t error );
+void Fatal_extension(
+ rtems_fatal_source source,
+ bool is_internal,
+ rtems_fatal_code error
+);
#define CONFIGURE_INITIAL_EXTENSIONS \
{ NULL, NULL, NULL, NULL, NULL, NULL, NULL, Fatal_extension }