Changeset d9b2c73 in mainline for uspace/lib/usbhost/include/usb/host


Ignore:
Timestamp:
2012-12-20T13:22:34Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d09791e6
Parents:
8f68913f
Message:

libusbhost: Add hcd parameter to batch scheduling and move implementaiotn to hcd.c

File:
1 edited

Legend:

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

    r8f68913f rd9b2c73  
    9797}
    9898
     99int hcd_send_batch(
     100    hcd_t *hcd, ddf_fun_t *fun, usb_target_t target, usb_direction_t direction,
     101    void *data, size_t size, uint64_t setup_data,
     102    usbhc_iface_transfer_in_callback_t in,
     103    usbhc_iface_transfer_out_callback_t out, void *arg, const char* name);
    99104
    100105int hcd_add_device(hcd_t *instance, ddf_dev_t *parent,
Note: See TracChangeset for help on using the changeset viewer.