RTEMS
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 {
48 
51 #ifdef __cplusplus
52 }
53 #endif
54 
55 #endif
56 /* end of include file */
Chain_Control Free
Chain of free nodes.
Definition: freechain.h:46
Chain Handler API.
The freechain control.
Definition: freechain.h:42