Changeset 51c1d500 in mainline for uspace/drv/bus/usb/xhci/endpoint.h
- Timestamp:
- 2018-01-20T17:16:33Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6271a34
- Parents:
- abb5d08
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/endpoint.h
rabb5d08 r51c1d500 113 113 void xhci_endpoint_destroy(endpoint_t *); 114 114 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 *); 115 void xhci_endpoint_free_transfer_ds(xhci_endpoint_t *); 116 xhci_trb_ring_t *xhci_endpoint_get_ring(xhci_endpoint_t *, uint32_t); 119 117 120 118 void xhci_setup_endpoint_context(xhci_endpoint_t *, xhci_ep_ctx_t *); … … 133 131 } 134 132 135 uint8_t xhci_endpoint_get_state(xhci_endpoint_t *ep);136 137 133 #endif 138 134
Note:
See TracChangeset
for help on using the changeset viewer.