Changeset 45457265 in mainline for uspace/drv/bus/usb/xhci/endpoint.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/endpoint.h

    r961a5ee r45457265  
    112112
    113113extern endpoint_t *xhci_endpoint_create(device_t *, const usb_endpoint_descriptors_t *);
    114 extern int xhci_endpoint_register(endpoint_t *);
     114extern errno_t xhci_endpoint_register(endpoint_t *);
    115115extern void xhci_endpoint_unregister(endpoint_t *);
    116116extern void xhci_endpoint_destroy(endpoint_t *);
     
    120120
    121121extern void xhci_setup_endpoint_context(xhci_endpoint_t *, xhci_ep_ctx_t *);
    122 extern int xhci_endpoint_clear_halt(xhci_endpoint_t *, unsigned);
     122extern errno_t xhci_endpoint_clear_halt(xhci_endpoint_t *, unsigned);
    123123
    124124static inline xhci_endpoint_t * xhci_endpoint_get(endpoint_t *ep)
Note: See TracChangeset for help on using the changeset viewer.