#include <endpoint_list.h>
Data Fields | |
link_t | endpoint_list |
Sw list of all active EDs. | |
fibril_mutex_t | guard |
Guard against add/remove races. | |
ed_t * | list_head |
OHCI hw structure at the beginning of the queue. | |
uint32_t | list_head_pa |
Physical address of the first(dummy) ED. | |
const char * | name |
Assigned name, provides nicer debug output. |
Definition at line 44 of file endpoint_list.h.