Changeset db2cb04 in mainline for uspace/lib/usbhost/src/usb_transfer_batch.c
- Timestamp:
- 2011-09-16T10:18:16Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 25d224c6
- Parents:
- 8b54fe6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/usb_transfer_batch.c
r8b54fe6 rdb2cb04 78 78 } 79 79 /*----------------------------------------------------------------------------*/ 80 /** Mark batch as finished and continue with next step.80 /** Mark batch as finished and run callback. 81 81 * 82 82 * @param[in] instance Batch structure to use. 83 * 83 * @param[in] data Data to copy to the output buffer. 84 * @param[in] size Size of @p data. 84 85 */ 85 86 void usb_transfer_batch_finish(
Note:
See TracChangeset
for help on using the changeset viewer.