RTEMS
bsps
sparc
shared
start
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
{
21
sparc_syscall_exit
(
RTEMS_FATAL_SOURCE_BSP
, error);
22
}
sparc_syscall_exit
void sparc_syscall_exit(uint32_t exitcode1, uint32_t exitcode2) RTEMS_NO_RETURN
SPARC exit through system call 1.
cpu.h
SPARC CPU Department Source.
RTEMS_FATAL_SOURCE_BSP
Fatal source for BSP errors.
Definition:
interr.h:94
Generated by
1.8.14