Changeset 41924f30 in mainline for uspace/drv/bus/usb/xhci/hc.h
- Timestamp:
- 2017-10-12T14:07:27Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a5976973
- Parents:
- 7e74911
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hc.h
r7e74911 r41924f30 43 43 #include "trb_ring.h" 44 44 #include "rh.h" 45 #include "bus.h" 45 46 46 47 typedef struct xhci_virt_device_ctx { … … 72 73 xhci_rh_t rh; 73 74 75 /* Bus bookkeeping */ 76 xhci_bus_t bus; 77 74 78 /* Cached capabilities */ 75 79 unsigned max_slots;
Note:
See TracChangeset
for help on using the changeset viewer.