Changeset 4c25c2fb in mainline for uspace/lib/usbhost/include/usb/host


Ignore:
Timestamp:
2018-01-15T15:02:57Z (8 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
745a3f1
Parents:
01d9707
Message:

usbhost: move managing TT to the library

Location:
uspace/lib/usbhost/include/usb/host
Files:
2 edited

Legend:

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

    r01d9707 r4c25c2fb  
    7171
    7272        /* Transaction translator */
    73         usb_tt_address_t tt;
     73        struct {
     74                device_t *dev;
     75                unsigned port;
     76        } tt;
    7477
    7578        /* The following are not set by the library */
  • uspace/lib/usbhost/include/usb/host/hcd.h

    r01d9707 r4c25c2fb  
    114114 */
    115115extern int hcd_get_ep0_max_packet_size(uint16_t *, bus_t *, device_t *);
    116 extern void hcd_setup_device_tt(device_t *);
    117116
    118117/** How many toggles need to be reset */
Note: See TracChangeset for help on using the changeset viewer.