From 3a659b04818c61d9fa99edcfdff4786adb71cd3f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 9 Dec 2016 07:19:22 +0100 Subject: score: Introduce _Internal_error() --- cpukit/score/include/rtems/score/interr.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'cpukit/score/include/rtems/score/interr.h') diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h index aaaacf531f..254d1f59a9 100644 --- a/cpukit/score/include/rtems/score/interr.h +++ b/cpukit/score/include/rtems/score/interr.h @@ -235,6 +235,16 @@ void _Terminate( Internal_errors_t the_error ) RTEMS_NO_RETURN; +/** + * @brief Terminates the system with an INTERNAL_ERROR_CORE fatal source and + * the specified core error code. + * + * @param[in] core_error The core error code. + * + * @see _Terminate(). + */ +void _Internal_error( Internal_errors_Core_list core_error ) RTEMS_NO_RETURN; + #ifdef __cplusplus } #endif -- cgit v1.2.3