Ignore:
Timestamp:
2012-12-22T23:25:44Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d8cdf39e
Parents:
1affef2f
Message:

libusbhost: Drop ddf_fun argument.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h

    r1affef2f r3c4663e  
    6767         */
    6868        size_t setup_size;
    69         /** Host controller function, passed to callback function */
    70         ddf_fun_t *fun;
    7169
    7270        /** Actually used portion of the buffer
     
    103101    usbhc_iface_transfer_in_callback_t func_in,
    104102    usbhc_iface_transfer_out_callback_t func_out,
    105     void *arg,
    106     ddf_fun_t *fun
     103    void *arg
    107104);
    108105void usb_transfer_batch_destroy(const usb_transfer_batch_t *instance);
Note: See TracChangeset for help on using the changeset viewer.