Changeset 867b375 in mainline for uspace/drv/bus/usb/xhci/rh.h
- Timestamp:
- 2017-10-15T02:04:10Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 20eaa82
- Parents:
- d7869d7e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/rh.h
rd7869d7e r867b375 51 51 } xhci_port_speed_t; 52 52 53 typedef struct hcd_roothub hcd_roothub_t; 54 53 55 /* XHCI root hub instance */ 54 56 typedef struct { … … 64 66 /* Number of hub ports. */ 65 67 uint8_t max_ports; 68 69 /* We need this to create child devices */ 70 hcd_roothub_t *hcd_rh; 66 71 } xhci_rh_t; 67 72 … … 74 79 void xhci_rh_handle_port_change(xhci_rh_t *); 75 80 81 int xhci_rh_address_device(xhci_rh_t *, usb_speed_t, usb_tt_address_t, usb_address_t *); 82 76 83 #endif 77 84
Note:
See TracChangeset
for help on using the changeset viewer.