|
RTEMS CPU Kit with SuperCore
|
This is used to manage a chain. More...
#include <chain.h>

Data Fields | |
| struct { | |
| Chain_Node Node | |
| Chain_Node * fill | |
| } | Head |
| struct { | |
| Chain_Node * fill | |
| Chain_Node Node | |
| } | Tail |
This is used to manage a chain.
A chain consists of a doubly linked list of zero or more nodes.
1.8.13