Ignore:
Timestamp:
2012-12-16T14:53:34Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4daee7a
Parents:
2f87aa6
Message:

libusbhost: Use function typedefs.

File:
1 edited

Legend:

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

    r2f87aa6 rf29931c  
    318318    usb_address_t address, usb_endpoint_t endpoint, usb_direction_t direction,
    319319    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)
    321321{
    322322        assert(instance);
Note: See TracChangeset for help on using the changeset viewer.