Changeset 4c25c2fb in mainline for uspace/lib/drv/include/usb_iface.h


Ignore:
Timestamp:
2018-01-15T15:02:57Z (7 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/usb_iface.h

    r01d9707 r4c25c2fb  
    6767typedef int16_t usb_address_t;
    6868
    69 /** USB address for the purposes of Transaction Translation.
    70  */
    71 typedef struct {
    72         usb_address_t address;
    73         unsigned port;
    74 } usb_tt_address_t;
    75 
    7669/** USB transfer type. */
    7770typedef enum {
Note: See TracChangeset for help on using the changeset viewer.