Changeset a76b01b4 in mainline for uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h
- Timestamp:
- 2012-02-24T19:11:23Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a2bd8822
- Parents:
- 76fbd9a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h
r76fbd9a ra76b01b4 115 115 void usb_transfer_batch_finish_error(const usb_transfer_batch_t *instance, 116 116 const void* data, size_t size, int error); 117 /*----------------------------------------------------------------------------*/ 117 118 118 /** Finish batch using stored error value and transferred size. 119 119 * … … 128 128 instance, data, instance->transfered_size, instance->error); 129 129 } 130 /*----------------------------------------------------------------------------*/ 130 131 131 /** Determine batch direction based on the callbacks present 132 132 * @param[in] instance Batch structure to use, non-null.
Note:
See TracChangeset
for help on using the changeset viewer.