Changes in uspace/drv/vhc/hc.h [daec5e04:76daaf9f] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/vhc/hc.h

    rdaec5e04 r76daaf9f  
    2727 */
    2828
    29 /** @addtogroup drvusbvhc
     29/** @addtogroup usb
    3030 * @{
    3131 */
     
    4747 */
    4848typedef void (*hc_transaction_done_callback_t)(void *buffer, size_t size,
    49     int outcome, void *arg);
     49    usb_transaction_outcome_t outcome, void *arg);
    5050
    5151/** Pending transaction details. */
     
    6565        /** Transaction data length. */
    6666        size_t len;
    67         /** Data length actually transfered. */
    68         size_t actual_len;
    6967        /** Callback after transaction is done. */
    7068        hc_transaction_done_callback_t callback;
Note: See TracChangeset for help on using the changeset viewer.