Changeset 17bbb28 in mainline
- Timestamp:
- 2013-01-04T10:40:48Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0816c2e
- Parents:
- 9e2132a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/usb_endpoint_manager.c
r9e2132a r17bbb28 316 316 int usb_endpoint_manager_remove_ep(usb_endpoint_manager_t *instance, 317 317 usb_address_t address, usb_endpoint_t endpoint, usb_direction_t direction, 318 void (*callback)(endpoint_t *, void *), void *arg)318 ep_remove_callback_t callback, void *arg) 319 319 { 320 320 assert(instance); … … 369 369 */ 370 370 void usb_endpoint_manager_remove_address(usb_endpoint_manager_t *instance, 371 usb_address_t address, void (*callback)(endpoint_t *, void *), void *arg)371 usb_address_t address, ep_remove_callback_t callback, void *arg) 372 372 { 373 373 assert(address >= 0);
Note:
See TracChangeset
for help on using the changeset viewer.