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

libusbhost: usb_transfer_batch: Remove private data member.

Nothing used it.

File:
1 edited

Legend:

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

    r56a07e0 rb591cab  
    8080         */
    8181        int error;
    82 
    83         /** Driver specific data */
    84         void *private_data;
    85         /** Callback to properly remove driver data during destruction */
    86         void (*private_data_dtor)(void *p_data);
    8782} usb_transfer_batch_t;
    8883
     
    109104    usbhc_iface_transfer_out_callback_t func_out,
    110105    void *arg,
    111     ddf_fun_t *fun,
    112     void *private_data,
    113     void (*private_data_dtor)(void *p_data)
     106    ddf_fun_t *fun
    114107);
    115108void usb_transfer_batch_destroy(const usb_transfer_batch_t *instance);
Note: See TracChangeset for help on using the changeset viewer.