Changeset 9876e34 in mainline for uspace/drv/bus/usb/xhci/rh.h
- Timestamp:
- 2017-10-05T15:38:02Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 916991b
- Parents:
- 44063d17
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/rh.h
r44063d17 r9876e34 72 72 uint8_t rempow[STATUS_BYTES(XHCI_MAX_PORTS) * 2]; 73 73 } __attribute__((packed)) hub_descriptor; 74 74 75 /** Interrupt transfer waiting for an actual interrupt to occur */ 75 76 usb_transfer_batch_t *unfinished_interrupt_transfer; 77 78 /* Number of hub ports. */ 79 uint8_t max_ports; 76 80 } xhci_rh_t; 77 81
Note:
See TracChangeset
for help on using the changeset viewer.