36#if !defined (_RTEMS_RTL_CHAIN_ITERATOR_H_)
37#define _RTEMS_RTL_CHAIN_ITERATOR_H_
This header file provides the Chains API.
bool(* rtems_chain_iterator)(rtems_chain_node *node, void *data)
Definition: rtl-chain-iterator.h:48
bool rtems_rtl_chain_iterate(rtems_chain_control *chain, rtems_chain_iterator iterator, void *data)
Definition: rtl-chain-iterator.c:45
int rtems_rtl_chain_count(rtems_chain_control *chain)
Definition: rtl-chain-iterator.c:72
This structure represents a chain node.
Definition: chain.h:78
This union represents a chain control block.
Definition: chain.h:96