Changeset 45457265 in mainline for uspace/drv/bus/usb/xhci/streams.h
- Timestamp:
- 2018-02-03T02:14:26Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eb862fd
- Parents:
- 961a5ee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/streams.h
r961a5ee r45457265 64 64 extern void xhci_stream_free_ds(xhci_endpoint_t *xhci_ep); 65 65 66 extern int xhci_endpoint_remove_streams(xhci_hc_t *hc, xhci_device_t *dev, xhci_endpoint_t *xhci_ep);67 extern int xhci_endpoint_request_primary_streams(xhci_hc_t *hc, xhci_device_t *dev,66 extern errno_t xhci_endpoint_remove_streams(xhci_hc_t *hc, xhci_device_t *dev, xhci_endpoint_t *xhci_ep); 67 extern errno_t xhci_endpoint_request_primary_streams(xhci_hc_t *hc, xhci_device_t *dev, 68 68 xhci_endpoint_t *xhci_ep, unsigned count); 69 extern int xhci_endpoint_request_secondary_streams(xhci_hc_t *hc, xhci_device_t *dev,69 extern errno_t xhci_endpoint_request_secondary_streams(xhci_hc_t *hc, xhci_device_t *dev, 70 70 xhci_endpoint_t *xhci_ep, unsigned *sizes, unsigned count); 71 71
Note:
See TracChangeset
for help on using the changeset viewer.