RTEMS
Main Page
Related Pages
Modules
+
Classes
Class List
Class Index
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
+
Functions
_
b
c
g
m
p
r
s
t
u
v
+
Variables
_
b
c
r
+
Typedefs
b
c
f
h
i
o
p
r
s
t
u
w
+
Enumerations
c
h
i
m
o
p
r
s
t
w
+
Enumerator
c
h
i
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
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