Changeset 239eea41 in mainline for uspace/lib/usb
- Timestamp:
- 2018-02-05T02:04:58Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fc3dfe6d
- Parents:
- af16ebe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/usb.h
raf16ebe r239eea41 132 132 * @return True, if values are wihtin limits, false otherwise. 133 133 */ 134 static inline bool usb_target_is_valid( usb_target_t *target)134 static inline bool usb_target_is_valid(const usb_target_t *target) 135 135 { 136 136 return usb_address_is_valid(target->address) &&
Note:
See TracChangeset
for help on using the changeset viewer.