Changeset 8de2cca in mainline


Ignore:
Timestamp:
2012-12-16T17:17:19Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f51587f5
Parents:
4daee7a
Message:

libusbhost: Use more function defines.

File:
1 edited

Legend:

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

    r4daee7a r8de2cca  
    156156 */
    157157int usb_endpoint_manager_init(usb_endpoint_manager_t *instance,
    158     size_t available_bandwidth,
    159     size_t (*bw_count)(usb_speed_t, usb_transfer_type_t, size_t, size_t))
     158    size_t available_bandwidth, bw_count_func_t bw_count)
    160159{
    161160        assert(instance);
Note: See TracChangeset for help on using the changeset viewer.