Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/usbhc_iface.h

    r58563585 r7c10198  
    4444#include <stdbool.h>
    4545
    46 extern int usbhc_read(async_exch_t *, usb_address_t, usb_endpoint_t,
     46int usbhc_read(async_exch_t *, usb_address_t, usb_endpoint_t,
    4747    uint64_t, void *, size_t, size_t *);
    48 extern int usbhc_write(async_exch_t *, usb_address_t, usb_endpoint_t,
     48int usbhc_write(async_exch_t *, usb_address_t, usb_endpoint_t,
    4949    uint64_t, const void *, size_t);
    5050
Note: See TracChangeset for help on using the changeset viewer.