Changeset 2cf28b9 in mainline for uspace/drv/bus/usb/xhci/rh.h
- Timestamp:
- 2017-10-25T15:22:45Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 62558202
- Parents:
- f668d60
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/rh.h
rf668d60 r2cf28b9 39 39 #include <usb/host/usb_transfer_batch.h> 40 40 #include <usb/host/bus.h> 41 41 42 #include "hw_struct/regs.h" 43 #include "endpoint.h" 42 44 43 45 typedef struct xhci_hc xhci_hc_t; … … 56 58 typedef struct hcd_roothub hcd_roothub_t; 57 59 typedef struct xhci_bus xhci_bus_t; 58 typedef struct xhci_device xhci_device_t;59 60 60 61 /* XHCI root hub instance */ … … 64 65 65 66 /* Root for the device tree */ 66 device_t device;67 xhci_device_t device; 67 68 68 69 /* We need this to attach children to */
Note:
See TracChangeset
for help on using the changeset viewer.