Changeset 0206d35 in mainline for uspace/drv/bus/usb/xhci/endpoint.h


Ignore:
Timestamp:
2017-10-25T00:03:57Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c3d926f
Parents:
56db65d
Message:

Moving things around to improve isolation of responsibilities

Bus interface was simplified, xHCI implementation of address_device was spread into stack of rh → bus → hc and back.

File:
1 edited

Legend:

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

    r56db65d r0206d35  
    119119uint8_t xhci_endpoint_index(xhci_endpoint_t *);
    120120
     121void xhci_setup_endpoint_context(xhci_endpoint_t *, xhci_ep_ctx_t *);
     122
    121123int xhci_device_add_endpoint(xhci_device_t *, xhci_endpoint_t *);
    122124int xhci_device_remove_endpoint(xhci_device_t *, xhci_endpoint_t *);
Note: See TracChangeset for help on using the changeset viewer.