Changeset 63431db2 in mainline for uspace/drv/bus/usb/xhci/rh.h
- Timestamp:
- 2018-01-07T01:15:24Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5e2b1ae6
- Parents:
- 56257ba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/rh.h
r56257ba r63431db2 67 67 xhci_device_t device; 68 68 69 /* We need this to attach children to */70 ddf_dev_t *hc_device;71 72 69 /** Interrupt transfer waiting for an actual interrupt to occur */ 73 70 usb_transfer_batch_t *unfinished_interrupt_transfer; … … 80 77 } xhci_rh_t; 81 78 82 int xhci_rh_init(xhci_rh_t *, xhci_hc_t * , ddf_dev_t *);79 int xhci_rh_init(xhci_rh_t *, xhci_hc_t *); 83 80 int xhci_rh_fini(xhci_rh_t *); 84 81 const xhci_port_speed_t *xhci_rh_get_port_speed(xhci_rh_t *, uint8_t);
Note:
See TracChangeset
for help on using the changeset viewer.