Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h

    rc59dbdd5 ra76b01b4  
    115115void usb_transfer_batch_finish_error(const usb_transfer_batch_t *instance,
    116116    const void* data, size_t size, int error);
    117 /*----------------------------------------------------------------------------*/
     117
    118118/** Finish batch using stored error value and transferred size.
    119119 *
     
    128128            instance, data, instance->transfered_size, instance->error);
    129129}
    130 /*----------------------------------------------------------------------------*/
     130
    131131/** Determine batch direction based on the callbacks present
    132132 * @param[in] instance Batch structure to use, non-null.
Note: See TracChangeset for help on using the changeset viewer.