RTEMS CPU Kit with SuperCore
4.11.3
|
List description, Singly link list with head and tail pointers. More...
#include <drvmgr_list.h>
Data Fields | |
void * | head |
First entry in queue. | |
void * | tail |
Last entry in queue. | |
int | ofs |
Offset into head and tail to find next field. | |
List description, Singly link list with head and tail pointers.