Changes in uspace/drv/vhc/hc.h [daec5e04:76daaf9f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/vhc/hc.h
rdaec5e04 r76daaf9f 27 27 */ 28 28 29 /** @addtogroup drvusbvhc29 /** @addtogroup usb 30 30 * @{ 31 31 */ … … 47 47 */ 48 48 typedef void (*hc_transaction_done_callback_t)(void *buffer, size_t size, 49 int outcome, void *arg);49 usb_transaction_outcome_t outcome, void *arg); 50 50 51 51 /** Pending transaction details. */ … … 65 65 /** Transaction data length. */ 66 66 size_t len; 67 /** Data length actually transfered. */68 size_t actual_len;69 67 /** Callback after transaction is done. */ 70 68 hc_transaction_done_callback_t callback;
Note:
See TracChangeset
for help on using the changeset viewer.