Changeset 19f0048 in mainline for uspace/drv/bus/usb/xhci/rh.h


Ignore:
Timestamp:
2018-02-01T02:13:34Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
17d34a8
Parents:
53fdf8c
Message:

xhci: reinitialize in case of HC error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/rh.h

    r53fdf8c r19f0048  
    8585
    8686extern void xhci_rh_set_ports_protocol(xhci_rh_t *, unsigned, unsigned, unsigned);
    87 extern void xhci_rh_startup(xhci_rh_t *);
     87extern void xhci_rh_start(xhci_rh_t *);
     88extern void xhci_rh_stop(xhci_rh_t *rh);
    8889
    8990#endif
Note: See TracChangeset for help on using the changeset viewer.