RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Functions
chain.c File Reference

This source file contains the implementation of _Chain_Initialize(). More...

#include <rtems/score/chainimpl.h>
#include <rtems/score/address.h>
#include <rtems/score/assert.h>

Functions

void _Chain_Initialize (Chain_Control *the_chain, void *starting_address, size_t number_nodes, size_t node_size)
 Initializes a chain header.
 

Detailed Description

This source file contains the implementation of _Chain_Initialize().