Changeset e6a78b9 in mainline for uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h
- Timestamp:
- 2012-06-29T15:31:44Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9432f08
- Parents:
- 34ab31c (diff), 0bbd13e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h
r34ab31c re6a78b9 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 28 29 /** @addtogroup libusbhost 29 30 * @{ … … 32 33 * USB transfer transaction structures. 33 34 */ 35 34 36 #ifndef LIBUSBHOST_HOST_USB_TRANSFER_BATCH_H 35 37 #define LIBUSBHOST_HOST_USB_TRANSFER_BATCH_H … … 115 117 void usb_transfer_batch_finish_error(const usb_transfer_batch_t *instance, 116 118 const void* data, size_t size, int error); 117 /*----------------------------------------------------------------------------*/ 119 118 120 /** Finish batch using stored error value and transferred size. 119 121 * … … 128 130 instance, data, instance->transfered_size, instance->error); 129 131 } 130 /*----------------------------------------------------------------------------*/ 132 131 133 /** Determine batch direction based on the callbacks present 132 134 * @param[in] instance Batch structure to use, non-null. … … 153 155 assert(false); 154 156 } 157 155 158 #endif 159 156 160 /** 157 161 * @}
Note:
See TracChangeset
for help on using the changeset viewer.