Ignore:
Timestamp:
2023-10-22T14:04:49Z (19 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
590cb6d2
Parents:
b2cbc0b (diff), c63c2bb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge fixes to issues found while updating toolchain

File:
1 edited

Legend:

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

    rb2cbc0b rf4a42661  
    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.