Ignore:
Timestamp:
2018-01-31T02:21:24Z (7 years ago)
Author:
Jenda <jenda.jzqk73@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a0a9cc2
Parents:
132ab5d1
Message:

Merge commit '50f19b7ee8e94570b5c63896736c4eb49cfa18db' into forwardport

Not all ints are converted to errno_t in xhci tree yet, however it compiles and works :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/include/usb/dev/device.h

    r132ab5d1 r5a6cc679  
    5959
    6060/* DDF parts */
    61 int usb_device_create_ddf(ddf_dev_t *, const usb_endpoint_description_t **, const char **);
     61errno_t usb_device_create_ddf(ddf_dev_t *, const usb_endpoint_description_t **, const char **);
    6262void usb_device_destroy_ddf(ddf_dev_t *);
    6363
     
    7777void usb_device_bus_exchange_end(async_exch_t *);
    7878
    79 int usb_device_select_interface(usb_device_t *, uint8_t,
     79errno_t usb_device_select_interface(usb_device_t *, uint8_t,
    8080    const usb_endpoint_description_t **);
    8181
    82 int usb_device_create_pipes(usb_device_t *usb_dev,
     82errno_t usb_device_create_pipes(usb_device_t *usb_dev,
    8383    const usb_endpoint_description_t **endpoints);
    8484void usb_device_destroy_pipes(usb_device_t *);
Note: See TracChangeset for help on using the changeset viewer.