Changeset 30fc56f in mainline for uspace/drv/bus/usb/xhci/hc.h


Ignore:
Timestamp:
2018-01-11T09:38:40Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
92caadd
Parents:
53a9d02
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-11 09:38:32)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-11 09:38:40)
Message:

xhci: stop endpoint on unregister

File:
1 edited

Legend:

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

    r53a9d02 r30fc56f  
    115115int hc_drop_endpoint(xhci_hc_t *, uint32_t, uint8_t);
    116116int hc_update_endpoint(xhci_hc_t *, uint32_t, uint8_t, xhci_ep_ctx_t *);
     117int hc_stop_endpoint(xhci_hc_t *, uint32_t , uint8_t);
    117118
    118119int hc_status(bus_t *, uint32_t *);
Note: See TracChangeset for help on using the changeset viewer.