void rtems_chain_prepend( rtems_chain_control *the_chain, rtems_chain_node *the_node );
Returns nothing.
This routine prepends a node to the front of the chain.
Interrupts are disabled during the prepend to ensure the atomicity of the operation.
Copyright © 1988-2008 OAR Corporation