20 #ifndef _RTEMS_SCORE_CHAIN_H 21 #define _RTEMS_SCORE_CHAIN_H This is used to manage each element (node) which is placed on a chain.
Definition: chain.h:65
Chain_Node * previous
This points to the node immediate prior to this one on this chain.
Definition: chain.h:69
This is used to manage a chain.
Definition: chain.h:83
Chain_Node * next
This points to the node after this one on this chain.
Definition: chain.h:67