summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfatal_support/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxfatal_support/system.h')
-rw-r--r--testsuites/psxtests/psxfatal_support/system.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuites/psxtests/psxfatal_support/system.h b/testsuites/psxtests/psxfatal_support/system.h
index d791b19a89..e7ba4b12f7 100644
--- a/testsuites/psxtests/psxfatal_support/system.h
+++ b/testsuites/psxtests/psxfatal_support/system.h
@@ -24,7 +24,7 @@
/* functions */
void force_error(void);
-void Put_Source(uint32_t source);
+void Put_Source( rtems_fatal_source source );
void Put_Error(
uint32_t source,
@@ -36,9 +36,9 @@ void *POSIX_Init(
);
void Fatal_extension(
- uint32_t source,
- bool is_internal,
- uint32_t error
+ rtems_fatal_source source,
+ bool is_internal,
+ rtems_fatal_code error
);
/* need prototypes */