Changeset 73a5857 in mainline for uspace/drv/bus/usb/xhci/hc.h
- Timestamp:
- 2018-01-31T23:31:05Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 53fdf8c
- Parents:
- 2ca5a198
- File:
-
- 1 edited
-
uspace/drv/bus/usb/xhci/hc.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hc.h
r2ca5a198 r73a5857 39 39 #include <fibril_synch.h> 40 40 #include <usb/host/usb_transfer_batch.h> 41 #include <usb/host/utility.h> 41 42 #include "hw_struct/regs.h" 42 43 #include "hw_struct/context.h" … … 78 79 xhci_sw_ring_t sw_ring; 79 80 80 struct { 81 fibril_mutex_t guard; 82 fibril_condvar_t cv; 83 bool active; 84 } event_fibril_completion; 81 /** Event handling fibril */ 82 joinable_fibril_t *event_worker; 85 83 86 84 /* Root hub emulation */
Note:
See TracChangeset
for help on using the changeset viewer.
