Changeset eb862fd in mainline for uspace/drv/bus/usb/xhci/streams.h
- Timestamp:
- 2018-02-03T02:19:02Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f5718c79
- Parents:
- 45457265
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/streams.h
r45457265 reb862fd 66 66 extern errno_t xhci_endpoint_remove_streams(xhci_hc_t *hc, xhci_device_t *dev, xhci_endpoint_t *xhci_ep); 67 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 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 72 72 #endif
Note:
See TracChangeset
for help on using the changeset viewer.