RTEMS
5.0.0
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Variables
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
x
+
Enumerations
a
b
c
e
h
i
l
m
o
p
q
r
s
t
w
+
Enumerator
a
c
d
i
l
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
cpukit
include
rtems
system.h
Go to the documentation of this file.
1
11
/*
12
* COPYRIGHT (c) 1989-2007.
13
* On-Line Applications Research Corporation (OAR).
14
*
15
* The license and distribution terms for this file may be
16
* found in the file LICENSE in this distribution or at
17
* http://www.rtems.org/license/LICENSE.
18
*/
19
20
#ifndef _RTEMS_SYSTEM_H
21
#define _RTEMS_SYSTEM_H
22
23
#include <rtems/score/cpu.h>
24
32
#ifdef __cplusplus
33
extern
"C"
{
34
#endif
35
36
#ifndef ASM
37
43
extern
const
char
_RTEMS_version
[];
44
48
extern
const
char
_Copyright_Notice
[];
49
51
#define RTEMS_MAXIMUM_NAME_LENGTH sizeof(rtems_name)
52
53
#endif
/* ASM */
54
55
#ifdef __cplusplus
56
}
57
#endif
58
60
#endif
61
/* end of include file */
_Copyright_Notice
const char _Copyright_Notice[]
Definition:
exinit.c:41
_RTEMS_version
const char _RTEMS_version[]
Definition:
rtems-version.c:28
Generated by
1.8.13