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


Ignore:
File:
1 edited

Legend:

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

    rbd8c753d rdaec5e04  
    4747 */
    4848typedef void (*hc_transaction_done_callback_t)(void *buffer, size_t size,
    49     usb_transaction_outcome_t outcome, void *arg);
     49    int outcome, void *arg);
    5050
    5151/** Pending transaction details. */
Note: See TracChangeset for help on using the changeset viewer.