![]() |
![]() |
Generic queue. More...
#include <cpsw_queue.h>
Data Fields | |
uint32_t | count |
node_t * | pHead |
node_t * | pTail |
uint32_t | magic |
Generic queue.
uint32_t queue_t_::count |
The current number of entries in the queue
uint32_t queue_t_::magic |
Magic number used to check Q initialization
node_t* queue_t_::pHead |
The top of the queue
node_t* queue_t_::pTail |
The end of the queue