Changeset 63dabb6 in mainline
- Timestamp:
- 2011-04-04T19:21:57Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 65369473
- Parents:
- baa9d5d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/host/bandwidth.c
rbaa9d5d r63dabb6 66 66 const size_t bytes = 67 67 keys < MAX_KEYS ? keys * sizeof(unsigned long) : sizeof(transfer_t); 68 return bcmp(key, &status->transfer, bytes) ;68 return bcmp(key, &status->transfer, bytes) == 0; 69 69 } 70 70 /*----------------------------------------------------------------------------*/
Note:
See TracChangeset
for help on using the changeset viewer.