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

    r961a5ee r45457265  
    8181} xhci_rh_t;
    8282
    83 extern int xhci_rh_init(xhci_rh_t *, xhci_hc_t *);
    84 extern int xhci_rh_fini(xhci_rh_t *);
     83extern errno_t xhci_rh_init(xhci_rh_t *, xhci_hc_t *);
     84extern errno_t xhci_rh_fini(xhci_rh_t *);
    8585
    8686extern void xhci_rh_set_ports_protocol(xhci_rh_t *, unsigned, unsigned, unsigned);
Note: See TracChangeset for help on using the changeset viewer.