Changeset f29931c in mainline for uspace/lib/usbhost/src/usb_endpoint_manager.c
- Timestamp:
- 2012-12-16T14:53:34Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4daee7a
- Parents:
- 2f87aa6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/usb_endpoint_manager.c
r2f87aa6 rf29931c 318 318 usb_address_t address, usb_endpoint_t endpoint, usb_direction_t direction, 319 319 usb_transfer_type_t type, usb_speed_t speed, size_t max_packet_size, 320 size_t data_size, int (*callback)(endpoint_t *, void *), void *arg)320 size_t data_size, ep_add_callback_t callback, void *arg) 321 321 { 322 322 assert(instance);
Note:
See TracChangeset
for help on using the changeset viewer.