Changeset ae3a941 in mainline for uspace/drv/bus/usb/xhci/bus.h
- Timestamp:
- 2018-02-26T16:51:40Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e773f58
- Parents:
- 3692678
- File:
-
- 1 edited
-
uspace/drv/bus/usb/xhci/bus.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/bus.h
r3692678 rae3a941 45 45 /** Endpoint management structure */ 46 46 typedef struct xhci_bus { 47 bus_t base; /**< Inheritance. Keep this first. */ 48 49 xhci_hc_t *hc; /**< Pointer to managing HC (to issue commands) */ 50 51 xhci_device_t **devices_by_slot; /**< Devices by Slot ID */ 47 bus_t base; /**< Inheritance. Keep this first. */ 48 xhci_hc_t *hc; /**< Pointer to managing HC (to issue commands) */ 49 xhci_device_t **devices_by_slot; /**< Devices by Slot ID */ 52 50 } xhci_bus_t; 53 51
Note:
See TracChangeset
for help on using the changeset viewer.
