#include <ports.h>
Data Fields | |
| usb_hc_attached_device_t | attached_device |
| Information about attached device. | |
| bool | reset_completed |
| Whether port reset is completed. | |
| fibril_condvar_t | reset_cv |
| CV for waiting to port reset completion. | |
| fibril_mutex_t | reset_mutex |
| Mutex needed by CV for checking port reset. | |
| bool | reset_okay |
| Whether to announce the port reset as successful. | |
Definition at line 44 of file ports.h.
1.4.7