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


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

cstyle

File:
1 edited

Legend:

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

    r45457265 reb862fd  
    6666extern errno_t xhci_endpoint_remove_streams(xhci_hc_t *hc, xhci_device_t *dev, xhci_endpoint_t *xhci_ep);
    6767extern errno_t xhci_endpoint_request_primary_streams(xhci_hc_t *hc, xhci_device_t *dev,
    68         xhci_endpoint_t *xhci_ep, unsigned count);
     68    xhci_endpoint_t *xhci_ep, unsigned count);
    6969extern errno_t xhci_endpoint_request_secondary_streams(xhci_hc_t *hc, xhci_device_t *dev,
    70         xhci_endpoint_t *xhci_ep, unsigned *sizes, unsigned count);
     70    xhci_endpoint_t *xhci_ep, unsigned *sizes, unsigned count);
    7171
    7272#endif
Note: See TracChangeset for help on using the changeset viewer.