Changeset 51c1d500 in mainline for uspace/drv/bus/usb/xhci/endpoint.h


Ignore:
Timestamp:
2018-01-20T17:16:33Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6271a34
Parents:
abb5d08
Message:

xhci: move HC semantics from endpoint/device to hc module

File:
1 edited

Legend:

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

    rabb5d08 r51c1d500  
    113113void xhci_endpoint_destroy(endpoint_t *);
    114114
    115 void xhci_endpoint_free_transfer_ds(xhci_endpoint_t *xhci_ep);
    116 
    117 uint8_t xhci_endpoint_dci(xhci_endpoint_t *);
    118 uint8_t xhci_endpoint_index(xhci_endpoint_t *);
     115void xhci_endpoint_free_transfer_ds(xhci_endpoint_t *);
     116xhci_trb_ring_t *xhci_endpoint_get_ring(xhci_endpoint_t *, uint32_t);
    119117
    120118void xhci_setup_endpoint_context(xhci_endpoint_t *, xhci_ep_ctx_t *);
     
    133131}
    134132
    135 uint8_t xhci_endpoint_get_state(xhci_endpoint_t *ep);
    136 
    137133#endif
    138134
Note: See TracChangeset for help on using the changeset viewer.