Changeset 6ad7f2f in mainline


Ignore:
Timestamp:
2023-07-23T16:32:01Z (10 months ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
ticket/834-toolchain-update
Children:
2e7fc4de
Parents:
fcbf101
Message:

USB: fix function signature

File:
1 edited

Legend:

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

    rfcbf101 r6ad7f2f  
    9191
    9292usb_address_t usb_device_get_address(const usb_device_t *);
    93 usb_speed_t usb_device_get_depth(const usb_device_t *);
     93unsigned usb_device_get_depth(const usb_device_t *);
    9494usb_speed_t usb_device_get_speed(const usb_device_t *);
    9595int usb_device_get_iface_number(const usb_device_t *);
Note: See TracChangeset for help on using the changeset viewer.