Changeset aefdccd in mainline for uspace/drv/bus/usb/xhci/rh.h
- Timestamp:
- 2025-10-20T06:14:54Z (5 months ago)
- Parents:
- adbd7e1 (diff), 3e41cc4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- boba-buba <120932204+boba-buba@…> (2025-10-20 06:14:54)
- git-committer:
- GitHub <noreply@…> (2025-10-20 06:14:54)
- File:
-
- 1 edited
-
uspace/drv/bus/usb/xhci/rh.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/rh.h
radbd7e1 raefdccd 51 51 */ 52 52 typedef struct xhci_port_speed { 53 char name [4];53 char name[4] __attribute__((nonstring)); 54 54 uint8_t major, minor; 55 55 uint64_t rx_bps, tx_bps;
Note:
See TracChangeset
for help on using the changeset viewer.
