Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/src/remotedrv.c

    rad79d80 r710f518  
    300300 */
    301301static void remote_in_callback(usb_hc_device_t *hc,
    302     size_t actual_size, usb_transaction_outcome_t outcome, void *arg)
     302    usb_transaction_outcome_t outcome, size_t actual_size, void *arg)
    303303{
    304304        transfer_info_t *transfer = (transfer_info_t *) arg;
Note: See TracChangeset for help on using the changeset viewer.