RTEMS CPU Kit with SuperCore  4.11.3
Functions
chainappend.c File Reference

Append a Node on the End of a Chain. More...

#include <rtems/system.h>
#include <rtems/score/address.h>
#include <rtems/score/chainimpl.h>
#include <rtems/score/isr.h>
Include dependency graph for chainappend.c:

Functions

void _Chain_Append (Chain_Control *the_chain, Chain_Node *node)
 Append a node on the end of a chain. More...
 

Detailed Description

Append a Node on the End of a Chain.