Ignore:
Timestamp:
2015-07-04T01:51:01Z (9 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2dbfe44
Parents:
a799708
Message:

libusbhost: merge ddf_hcd_device_setup_all to hcd_ddf_add_hc

File:
1 edited

Legend:

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

    ra799708 rd51ba359  
    7777    int (*gen_irq_code)(irq_code_t *, const hw_res_list_parsed_t *));
    7878void ddf_hcd_gen_irq_handler(ipc_callid_t iid, ipc_call_t *call, ddf_dev_t *dev);
    79 int ddf_hcd_device_setup_all(ddf_dev_t *device, usb_speed_t speed, size_t bw,
    80     bw_count_func_t bw_count,
    81     interrupt_handler_t irq_handler,
    82     int (*gen_irq_code)(irq_code_t *, const hw_res_list_parsed_t *hw_res),
    83     int (*driver_init)(hcd_t *, const hw_res_list_parsed_t *, bool),
    84     void (*driver_fini)(hcd_t *));
    8579
    8680#endif
Note: See TracChangeset for help on using the changeset viewer.