Changeset 5909c59 in mainline for uspace/drv/bus/usb/xhci/endpoint.h
- Timestamp:
- 2017-12-20T14:27:21Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bd1fab90
- Parents:
- a31068a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/endpoint.h
ra31068a r5909c59 95 95 /** Isochronous scheduled transfers with respective buffers */ 96 96 #define XHCI_ISOCH_BUFFER_COUNT 4 97 xhci_isoch_transfer_t *isoch_transfers[XHCI_ISOCH_BUFFER_COUNT];97 xhci_isoch_transfer_t isoch_transfers[XHCI_ISOCH_BUFFER_COUNT]; 98 98 99 99 /** Indices to transfers */
Note:
See TracChangeset
for help on using the changeset viewer.