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

    r961a5ee r45457265  
    6565
    6666/* Bus callbacks */
    67 int xhci_device_enumerate(device_t *);
     67errno_t xhci_device_enumerate(device_t *);
    6868void xhci_device_offline(device_t *);
    69 int xhci_device_online(device_t *);
     69errno_t xhci_device_online(device_t *);
    7070void xhci_device_gone(device_t *);
    7171
Note: See TracChangeset for help on using the changeset viewer.