RTEMS CPU Kit with SuperCore  4.11.2
Data Structures | Typedefs
chain.h File Reference

Chain Handler API. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Chain_Node_struct
 This is used to manage each element (node) which is placed on a chain. More...
 
struct  Chain_Control
 This is used to manage a chain. More...
 

Typedefs

typedef struct Chain_Node_struct Chain_Node
 This type definition promotes the name for the Chain Node used by all RTEMS code. More...
 

Detailed Description

Chain Handler API.