Ignore:
Timestamp:
2018-01-19T13:12:57Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a4e7e6e1
Parents:
7138a78b
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-19 13:08:12)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-19 13:12:57)
Message:

usbhost: split hcd_device_explore

File:
1 edited

Legend:

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

    r7138a78b rc7d5189  
    4242
    4343#include <usb/host/hcd.h>
     44#include <usb/descriptor.h>
     45
    4446
    4547int hcd_ddf_setup_hc(ddf_dev_t *, size_t);
     
    5153void hcd_ddf_fun_destroy(device_t *);
    5254
     55int hcd_get_device_desc(device_t *, usb_standard_device_descriptor_t *);
     56int hcd_setup_match_ids(device_t *, usb_standard_device_descriptor_t *);
    5357int hcd_device_explore(device_t *);
    5458
Note: See TracChangeset for help on using the changeset viewer.