Ignore:
Timestamp:
2018-01-19T17:38:22Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2833bb4
Parents:
861b5d6
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-19 17:06:40)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-19 17:38:22)
Message:

libusbhost: move utility functions to new header utility.h

File:
1 edited

Legend:

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

    r861b5d6 r944f8fdd  
    4848void hcd_ddf_clean_hc(hc_device_t *);
    4949
    50 int hcd_setup_virtual_root_hub(hc_device_t *);
    5150
    5251device_t *hcd_ddf_fun_create(hc_device_t *, usb_speed_t);
    5352void hcd_ddf_fun_destroy(device_t *);
    5453
    55 int hcd_get_device_desc(device_t *, usb_standard_device_descriptor_t *);
    56 int hcd_setup_match_ids(device_t *, usb_standard_device_descriptor_t *);
    57 int hcd_device_explore(device_t *);
     54int hcd_ddf_setup_match_ids(device_t *, usb_standard_device_descriptor_t *);
    5855
    5956int hcd_ddf_enable_interrupt(hc_device_t *hcd, int);
Note: See TracChangeset for help on using the changeset viewer.