Ignore:
File:
1 edited

Legend:

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

    r0ee999d r3e6a98c5  
    6767        /** Signals change of active status. */
    6868        fibril_condvar_t avail;
    69         /** High speed TT data */
    70         struct {
    71                 usb_address_t address;
    72                 unsigned port;
    73         } tt;
    7469        /** Optional device specific data. */
    7570        struct {
     
    8580endpoint_t * endpoint_create(usb_address_t address, usb_endpoint_t endpoint,
    8681    usb_direction_t direction, usb_transfer_type_t type, usb_speed_t speed,
    87     size_t max_packet_size, size_t bw, usb_address_t tt_address,
    88     unsigned tt_port);
     82    size_t max_packet_size, size_t bw);
    8983void endpoint_destroy(endpoint_t *instance);
    9084
Note: See TracChangeset for help on using the changeset viewer.