summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal_support/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spfatal_support/system.h')
-rw-r--r--testsuites/sptests/spfatal_support/system.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/testsuites/sptests/spfatal_support/system.h b/testsuites/sptests/spfatal_support/system.h
index 2be14593de..69f917f972 100644
--- a/testsuites/sptests/spfatal_support/system.h
+++ b/testsuites/sptests/spfatal_support/system.h
@@ -25,9 +25,9 @@ rtems_task Init(
);
void Fatal_extension(
- uint32_t source,
- bool is_internal,
- uint32_t error
+ rtems_fatal_source source,
+ bool is_internal,
+ rtems_fatal_code error
);
void Put_Error(
@@ -35,9 +35,7 @@ void Put_Error(
uint32_t error
);
-void Put_Source(
- uint32_t source
-);
+void Put_Source( rtems_fatal_source source );
void force_error(void);