#include <hub.h>
Data Fields | |
| void * | custom_data |
| Custom hub data. | |
| fibril_mutex_t | guard |
| Access guard to the whole hub. | |
| hub_port_t | ports [HUB_PORT_COUNT] |
| Hub ports. | |
| bool | signal_changes |
| Last value of status change bitmap. | |
Definition at line 91 of file hub.h.
1.4.7