Changeset 239eea41 in mainline for uspace/lib/usb


Ignore:
Timestamp:
2018-02-05T02:04:58Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fc3dfe6d
Parents:
af16ebe
Message:

libdrv usbhc iface: wrap transfer arguments into structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/usb.h

    raf16ebe r239eea41  
    132132 * @return True, if values are wihtin limits, false otherwise.
    133133 */
    134 static inline bool usb_target_is_valid(usb_target_t *target)
     134static inline bool usb_target_is_valid(const usb_target_t *target)
    135135{
    136136        return usb_address_is_valid(target->address) &&
Note: See TracChangeset for help on using the changeset viewer.