Changeset 45457265 in mainline for uspace/drv/bus/usb/xhci/streams.h


Ignore:
Timestamp:
2018-02-03T02:14:26Z (7 years ago)
Author:
Jenda <jenda.jzqk73@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eb862fd
Parents:
961a5ee
Message:

errno_t all the things!

File:
1 edited

Legend:

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

    r961a5ee r45457265  
    6464extern void xhci_stream_free_ds(xhci_endpoint_t *xhci_ep);
    6565
    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,
     66extern errno_t xhci_endpoint_remove_streams(xhci_hc_t *hc, xhci_device_t *dev, xhci_endpoint_t *xhci_ep);
     67extern errno_t xhci_endpoint_request_primary_streams(xhci_hc_t *hc, xhci_device_t *dev,
    6868        xhci_endpoint_t *xhci_ep, unsigned count);
    69 extern int xhci_endpoint_request_secondary_streams(xhci_hc_t *hc, xhci_device_t *dev,
     69extern errno_t xhci_endpoint_request_secondary_streams(xhci_hc_t *hc, xhci_device_t *dev,
    7070        xhci_endpoint_t *xhci_ep, unsigned *sizes, unsigned count);
    7171
Note: See TracChangeset for help on using the changeset viewer.