RTEMS
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