Changeset eeca8a6 in mainline for uspace/lib/usbhost/include/usb/host/ddf_helpers.h
- Timestamp:
- 2018-01-16T19:22:58Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4603b35
- Parents:
- 47e9494
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/ddf_helpers.h
r47e9494 reeca8a6 48 48 int hcd_setup_virtual_root_hub(hc_device_t *); 49 49 50 device_t *hcd_ddf_fun_create(hc_device_t * );50 device_t *hcd_ddf_fun_create(hc_device_t *, usb_speed_t); 51 51 void hcd_ddf_fun_destroy(device_t *); 52 52
Note:
See TracChangeset
for help on using the changeset viewer.