Changeset eaf5e86 in mainline for uspace/drv/bus/usb/xhci/hc.h
- Timestamp:
- 2017-10-11T13:18:54Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 63adb18
- Parents:
- ac18b08
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hc.h
rac18b08 reaf5e86 45 45 46 46 typedef struct xhci_virt_device_ctx { 47 48 47 xhci_device_ctx_t *dev_ctx; 48 xhci_trb_ring_t *trs[XHCI_EP_COUNT]; 49 49 } xhci_virt_device_ctx_t; 50 50
Note:
See TracChangeset
for help on using the changeset viewer.