summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/stackchk/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/stackchk/system.h')
-rw-r--r--testsuites/libtests/stackchk/system.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/libtests/stackchk/system.h b/testsuites/libtests/stackchk/system.h
index dde3ca7d26..441033e976 100644
--- a/testsuites/libtests/stackchk/system.h
+++ b/testsuites/libtests/stackchk/system.h
@@ -43,6 +43,11 @@ void blow_stack( void );
#define CONFIGURE_STACK_CHECKER_ENABLED
+void Fatal_extension( uint32_t source, bool is_internal, uint32_t error );
+
+#define CONFIGURE_INITIAL_EXTENSIONS \
+ { NULL, NULL, NULL, NULL, NULL, NULL, NULL, Fatal_extension }
+
#include <rtems/confdefs.h>
/* global variables */