Changeset b32cff2a in mainline
- Timestamp:
- 2023-10-22T13:56:55Z (14 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 09b01ed0
- Parents:
- 1dafe18
- git-author:
- Vojtech Horky <vojtech.horky@…> (2023-07-23 16:32:01)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-22 13:56:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/device.h
r1dafe18 rb32cff2a 91 91 92 92 usb_address_t usb_device_get_address(const usb_device_t *); 93 u sb_speed_tusb_device_get_depth(const usb_device_t *);93 unsigned usb_device_get_depth(const usb_device_t *); 94 94 usb_speed_t usb_device_get_speed(const usb_device_t *); 95 95 int usb_device_get_iface_number(const usb_device_t *);
Note:
See TracChangeset
for help on using the changeset viewer.