Changeset 60af4cdb in mainline for uspace/drv/bus/usb/xhci/hw_struct/context.h
- Timestamp:
- 2017-10-19T14:01:18Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0f6b50f
- Parents:
- 95c675b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hw_struct/context.h
r95c675b r60af4cdb 192 192 } __attribute__((packed)) xhci_input_ctx_t; 193 193 194 /** 195 * Port bandwidth context: section 6.2.6 196 * The number of ports depends on the amount of ports available to the hub. 197 */ 198 typedef struct xhci_port_bandwidth_ctx { 199 uint8_t reserved; 200 uint8_t ports []; 201 } __attribute__((packed)) xhci_port_bandwidth_ctx_t; 202 194 203 #endif
Note:
See TracChangeset
for help on using the changeset viewer.