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


Ignore:
Timestamp:
2018-02-01T02:13:34Z (7 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/hc.h

    r53fdf8c r19f0048  
    116116extern int hc_claim(xhci_hc_t *, ddf_dev_t *);
    117117extern int hc_irq_code_gen(irq_code_t *, xhci_hc_t *, const hw_res_list_parsed_t *, int *);
    118 extern int hc_start(xhci_hc_t *, bool);
     118extern int hc_start(xhci_hc_t *);
    119119extern void hc_fini(xhci_hc_t *);
    120120
Note: See TracChangeset for help on using the changeset viewer.