~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to uspace/lib/usbhost/src/usb_transfer_batch.c

  • Committer: Jiri Svoboda
  • Date: 2012-11-11 21:31:03 UTC
  • mfrom: (1527.1.178 mainline)
  • Revision ID: jiri@wiwaxia-20121111213103-314bmkettwvlwj97
MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
        }
96
96
        return instance;
97
97
}
98
 
/*----------------------------------------------------------------------------*/
 
98
 
99
99
/** Correctly dispose all used data structures.
100
100
 *
101
101
 * @param[in] instance Batch structure to use.
115
115
        }
116
116
        free(instance);
117
117
}
118
 
/*----------------------------------------------------------------------------*/
 
118
 
119
119
/** Prepare data and call the right callback.
120
120
 *
121
121
 * @param[in] instance Batch structure to use.