Changeset 2833bb4 in mainline for uspace/lib/usbhost/include/usb/host/utility.h
- Timestamp:
- 2018-01-19T17:38:22Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7e5a12b
- Parents:
- 944f8fdd
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-19 17:38:10)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-19 17:38:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/utility.h
r944f8fdd r2833bb4 41 41 #include <usb/host/usb_transfer_batch.h> 42 42 #include <usb/descriptor.h> 43 #include <usb/classes/hub.h> 43 44 #include <usb/request.h> 44 45 … … 47 48 int hc_setup_virtual_root_hub(hc_device_t *); 48 49 int hc_get_device_desc(device_t *, usb_standard_device_descriptor_t *); 50 int hc_get_hub_desc(device_t *, usb_hub_descriptor_header_t *); 49 51 int hc_device_explore(device_t *); 50 52
Note:
See TracChangeset
for help on using the changeset viewer.