Changeset 706a3e2 in mainline for uspace/drv/bus/usb/xhci/hc.h
- Timestamp:
- 2017-08-18T16:21:33Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ff9e1d
- Parents:
- e439f468
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hc.h
re439f468 r706a3e2 43 43 #include "trb_ring.h" 44 44 45 typedef struct xhci_virt_device_ctx { 46 xhci_device_ctx_t *dev_ctx; 47 xhci_trb_ring_t *trs[XHCI_EP_COUNT]; 48 } xhci_virt_device_ctx_t; 49 45 50 /** 46 51 * xHCI lets the controller define speeds of ports it controls. … … 67 72 xhci_event_ring_t event_ring; 68 73 uint64_t *dcbaa; 69 xhci_ device_ctx_t **dcbaa_virt;74 xhci_virt_device_ctx_t **dcbaa_virt; 70 75 xhci_scratchpad_t *scratchpad; 71 76
Note:
See TracChangeset
for help on using the changeset viewer.