Changeset c7d5189 in mainline for uspace/lib/usbhost/include/usb/host/ddf_helpers.h
- Timestamp:
- 2018-01-19T13:12:57Z (7 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/ddf_helpers.h
r7138a78b rc7d5189 42 42 43 43 #include <usb/host/hcd.h> 44 #include <usb/descriptor.h> 45 44 46 45 47 int hcd_ddf_setup_hc(ddf_dev_t *, size_t); … … 51 53 void hcd_ddf_fun_destroy(device_t *); 52 54 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 *); 53 57 int hcd_device_explore(device_t *); 54 58
Note:
See TracChangeset
for help on using the changeset viewer.