Changeset d32d51d in mainline for uspace/drv/bus/usb/xhci/hc.h
- Timestamp:
- 2017-08-20T12:01:35Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 07c08ea
- Parents:
- 5ff9e1d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hc.h
r5ff9e1d rd32d51d 42 42 #include "scratchpad.h" 43 43 #include "trb_ring.h" 44 #include "rh.h" 44 45 45 46 typedef struct xhci_virt_device_ctx { … … 75 76 xhci_scratchpad_t *scratchpad; 76 77 78 /* Root hub emulation */ 79 xhci_rh_t rh; 80 77 81 /* Cached capabilities */ 78 82 xhci_port_speed_t speeds [16];
Note:
See TracChangeset
for help on using the changeset viewer.