Changeset 8b8c164 in mainline for uspace/drv/bus/usb/xhci/endpoint.h
- Timestamp:
- 2017-10-27T15:22:06Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 58ac3ec
- Parents:
- 7010861
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/endpoint.h
r7010861 r8b8c164 139 139 void xhci_setup_endpoint_context(xhci_endpoint_t *, xhci_ep_ctx_t *); 140 140 141 int xhci_device_add_endpoint(xhci_ hc_t *, xhci_device_t *, xhci_endpoint_t *);142 int xhci_device_remove_endpoint(xhci_hc_t *, xhci_device_t *,xhci_endpoint_t *);141 int xhci_device_add_endpoint(xhci_device_t *, xhci_endpoint_t *); 142 void xhci_device_remove_endpoint(xhci_endpoint_t *); 143 143 xhci_endpoint_t * xhci_device_get_endpoint(xhci_device_t *, usb_endpoint_t); 144 144
Note:
See TracChangeset
for help on using the changeset viewer.