RTEMS
bsp_fatal_exit.c
Go to the documentation of this file.
1 
7 /*
8  * COPYRIGHT (c) 2014.
9  * Aeroflex Gaisler AB.
10  *
11  * The license and distribution terms for this file may be
12  * found in the file LICENSE in this distribution or at
13  * http://www.rtems.org/license/LICENSE.
14  */
15 
16 #include <bsp.h>
17 #include <rtems/score/cpu.h>
18 
19 void BSP_fatal_exit(uint32_t error)
20 {
22 }
void sparc_syscall_exit(uint32_t exitcode1, uint32_t exitcode2) RTEMS_NO_RETURN
SPARC exit through system call 1.
SPARC CPU Department Source.
Fatal source for BSP errors.
Definition: interr.h:94