Changeset 45457265 in mainline for uspace/drv/bus/usb/xhci/rh.h
- Timestamp:
- 2018-02-03T02:14:26Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eb862fd
- Parents:
- 961a5ee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/rh.h
r961a5ee r45457265 81 81 } xhci_rh_t; 82 82 83 extern int xhci_rh_init(xhci_rh_t *, xhci_hc_t *);84 extern int xhci_rh_fini(xhci_rh_t *);83 extern errno_t xhci_rh_init(xhci_rh_t *, xhci_hc_t *); 84 extern errno_t xhci_rh_fini(xhci_rh_t *); 85 85 86 86 extern void xhci_rh_set_ports_protocol(xhci_rh_t *, unsigned, unsigned, unsigned);
Note:
See TracChangeset
for help on using the changeset viewer.