Changeset 8a23fef in mainline for uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h
- Timestamp:
- 2013-07-27T08:17:36Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ec6766a
- Parents:
- 3aac088
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h
r3aac088 r8a23fef 86 86 int usb_endpoint_manager_unregister_ep( 87 87 usb_endpoint_manager_t *instance, endpoint_t *ep); 88 88 89 endpoint_t * usb_endpoint_manager_find_ep(usb_endpoint_manager_t *instance, 89 90 usb_address_t address, usb_endpoint_t ep, usb_direction_t direction); … … 101 102 usb_target_t target, bool all); 102 103 103 voidusb_endpoint_manager_remove_address(usb_endpoint_manager_t *instance,104 int usb_endpoint_manager_remove_address(usb_endpoint_manager_t *instance, 104 105 usb_address_t address, ep_remove_callback_t callback, void *arg); 105 106 106 107 int usb_endpoint_manager_request_address(usb_endpoint_manager_t *instance, 107 108 usb_address_t *address, bool strict, usb_speed_t speed); 108 109 int usb_endpoint_manager_release_address(usb_endpoint_manager_t *instance,110 usb_address_t address);111 109 112 110 int usb_endpoint_manager_get_info_by_address(usb_endpoint_manager_t *instance,
Note:
See TracChangeset
for help on using the changeset viewer.