Changeset 17873ac7 in mainline for uspace/drv/bus/usb/xhci/endpoint.h
- Timestamp:
- 2017-10-31T19:06:57Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 479e32d
- Parents:
- a312d8f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/endpoint.h
ra312d8f r17873ac7 68 68 /** Main transfer ring (unused if streams are enabled) */ 69 69 xhci_trb_ring_t ring; 70 71 /** There shall be only one transfer active on an endpoint. The72 * synchronization is performed using the active flag in base73 * endpoint_t */74 xhci_transfer_t active_transfer;75 70 76 71 /** Primary stream context array (or NULL if endpoint doesn't use streams). */
Note:
See TracChangeset
for help on using the changeset viewer.