Changeset fa4b12d5 in mainline for uspace/lib/usbhost/src/utility.c


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/src/utility.c

    r296d22fc rfa4b12d5  
    7575 * @return Max packet size for EP 0 (in bytes)
    7676 */
    77 int hc_get_ep0_max_packet_size(uint16_t *mps, bus_t *bus, device_t *dev)
     77int hc_get_ep0_max_packet_size(uint16_t *mps, device_t *dev)
    7878{
    7979        assert(mps);
Note: See TracChangeset for help on using the changeset viewer.