Changeset 0ee999d in mainline for uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h
- Timestamp:
- 2013-08-20T12:24:16Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5856b627
- Parents:
- 5dad73d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h
r5dad73d r0ee999d 93 93 usb_address_t address, usb_endpoint_t endpoint, usb_direction_t direction, 94 94 usb_transfer_type_t type, size_t max_packet_size, size_t data_size, 95 ep_add_callback_t callback, void *arg); 95 ep_add_callback_t callback, void *arg, usb_address_t tt_address, 96 unsigned tt_port); 96 97 97 98 int usb_endpoint_manager_remove_ep(usb_endpoint_manager_t *instance, … … 108 109 usb_address_t *address, bool strict, usb_speed_t speed); 109 110 110 int usb_endpoint_manager_get_ info_by_address(usb_endpoint_manager_t *instance,111 int usb_endpoint_manager_get_speed(usb_endpoint_manager_t *instance, 111 112 usb_address_t address, usb_speed_t *speed); 112 113 #endif
Note:
See TracChangeset
for help on using the changeset viewer.