Changeset 09ab0a9a in mainline for uspace/lib/usbhost
- Timestamp:
- 2018-09-13T12:05:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- Location:
- uspace/lib/usbhost
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/ddf_helpers.h
rb2aaaa0 r09ab0a9a 45 45 #include <usb/descriptor.h> 46 46 47 48 47 extern errno_t hcd_ddf_setup_hc(ddf_dev_t *, size_t); 49 48 extern void hcd_ddf_clean_hc(hc_device_t *); -
uspace/lib/usbhost/include/usb/host/utility.h
rb2aaaa0 r09ab0a9a 65 65 errno_t joinable_fibril_recreate(joinable_fibril_t *); 66 66 67 68 67 #endif 69 68 /** -
uspace/lib/usbhost/include/usb/host/utils/malloc32.h
rb2aaaa0 r09ab0a9a 117 117 } 118 118 119 120 119 #endif 121 120 /** -
uspace/lib/usbhost/src/ddf_helpers.c
rb2aaaa0 r09ab0a9a 340 340 .interfaces[USBHC_DEV_IFACE] = &usbhc_iface, 341 341 }; 342 343 342 344 343 /* DDF HELPERS */ -
uspace/lib/usbhost/src/hcd.c
rb2aaaa0 r09ab0a9a 378 378 } 379 379 380 381 380 /** 382 381 * @}
Note:
See TracChangeset
for help on using the changeset viewer.