Changeset 17bbb28 in mainline


Ignore:
Timestamp:
2013-01-04T10:40:48Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0816c2e
Parents:
9e2132a
Message:

libusbhost: Sync function definition param.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/src/usb_endpoint_manager.c

    r9e2132a r17bbb28  
    316316int usb_endpoint_manager_remove_ep(usb_endpoint_manager_t *instance,
    317317    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)
    319319{
    320320        assert(instance);
     
    369369 */
    370370void 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)
    372372{
    373373        assert(address >= 0);
Note: See TracChangeset for help on using the changeset viewer.