Changeset a6a9910 in mainline for uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h
- Timestamp:
- 2012-12-22T23:13:05Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1affef2f
- Parents:
- 52f9c57
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h
r52f9c57 ra6a9910 95 95 ep_remove_callback_t callback, void *arg); 96 96 97 int usb_endpoint_manager_reset_toggle(usb_endpoint_manager_t *instance, 98 usb_target_t target, bool all); 99 97 100 void usb_endpoint_manager_remove_address(usb_endpoint_manager_t *instance, 98 101 usb_address_t address, ep_remove_callback_t callback, void *arg);
Note:
See TracChangeset
for help on using the changeset viewer.