Ignore:
Timestamp:
2018-01-25T12:20:11Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d08aa42d
Parents:
296d22fc
Message:

usbhost utility: removed unnecessary bus argument

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/include/usb/host/utility.h

    r296d22fc rfa4b12d5  
    4747
    4848uint16_t hc_get_ep0_initial_mps(usb_speed_t);
    49 int hc_get_ep0_max_packet_size(uint16_t *, bus_t *, device_t *);
     49int hc_get_ep0_max_packet_size(uint16_t *, device_t *);
    5050void hc_reset_toggles(const usb_transfer_batch_t *batch, endpoint_reset_toggle_t);
    5151int hc_setup_virtual_root_hub(hc_device_t *, usb_speed_t);
Note: See TracChangeset for help on using the changeset viewer.