Changeset 6271a34 in mainline for uspace/lib/usbhost/include


Ignore:
Timestamp:
2018-01-20T18:21:39Z (8 years ago)
Author:
Jenda <jenda.jzqk73@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2aaba7e
Parents:
51c1d500
Message:

handle HS/SS max_packet_size

File:
1 edited

Legend:

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

    r51c1d500 r6271a34  
    4646typedef void (*endpoint_reset_toggle_t)(endpoint_t *);
    4747
     48uint16_t hc_get_ep0_initial_mps(usb_speed_t);
    4849int hc_get_ep0_max_packet_size(uint16_t *, bus_t *, device_t *);
    4950void hc_reset_toggles(const usb_transfer_batch_t *batch, endpoint_reset_toggle_t);
Note: See TracChangeset for help on using the changeset viewer.