Ignore:
Timestamp:
2013-08-07T12:10:51Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2757247
Parents:
d8d100c
Message:

usb: hc function no longer represents the HC nor holds its data

File:
1 edited

Legend:

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

    rd8d100c re991937  
    4343    usb_address_t address, usb_speed_t speed, const char *name,
    4444    const match_id_list_t *mids);
    45 int hcd_ddf_setup_device(ddf_dev_t *device, ddf_fun_t **hc_fun,
    46     usb_speed_t max_speed, size_t bw, bw_count_func_t bw_count);
     45int hcd_ddf_setup_hc(ddf_dev_t *device, usb_speed_t max_speed,
     46    size_t bw, bw_count_func_t bw_count);
     47void hcd_ddf_clean_hc(ddf_dev_t *device);
    4748int hcd_ddf_setup_root_hub(ddf_dev_t *device);
    4849int hcd_ddf_new_device(ddf_dev_t *device, usb_address_t *address);
Note: See TracChangeset for help on using the changeset viewer.