Ignore:
Timestamp:
2013-08-20T12:24:16Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5856b627
Parents:
5dad73d
Message:

libusbhost: Add TT information to usb_enpoint_t structure.

File:
1 edited

Legend:

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

    r5dad73d r0ee999d  
    7676        hcd->ep_add_hook = add_hook;
    7777        hcd->ep_remove_hook = rem_hook;
    78 
    7978}
    8079
     
    9190
    9291int hcd_add_ep(hcd_t *hcd, usb_target_t target, usb_direction_t dir,
    93     usb_transfer_type_t type, size_t max_packet_size, size_t size);
     92    usb_transfer_type_t type, size_t max_packet_size, size_t size,
     93    usb_address_t tt_address, unsigned tt_port);
    9494
    9595int hcd_remove_ep(hcd_t *hcd, usb_target_t target, usb_direction_t dir);
Note: See TracChangeset for help on using the changeset viewer.