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
cpukit
include
rtems
score
freechain.h
Go to the documentation of this file.
1
8
/*
9
* Copyright (c) 2013 Gedare Bloom.
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
#ifndef _RTEMS_SCORE_FREECHAIN_H
17
#define _RTEMS_SCORE_FREECHAIN_H
18
19
#include <
rtems/score/chain.h
>
20
21
#ifdef __cplusplus
22
extern
"C"
{
23
#endif
24
42
typedef
struct
{
46
Chain_Control
Free
;
47
}
Freechain_Control
;
48
51
#ifdef __cplusplus
52
}
53
#endif
54
55
#endif
56
/* end of include file */
Chain_Control
Definition:
chain.h:86
Freechain_Control::Free
Chain_Control Free
Chain of free nodes.
Definition:
freechain.h:46
chain.h
Chain Handler API.
Freechain_Control
The freechain control.
Definition:
freechain.h:42
Generated by
1.8.14