Changeset 47e9494 in mainline for uspace/lib/drv/include/usb_iface.h


Ignore:
Timestamp:
2018-01-16T18:02:46Z (7 years ago)
Author:
Salmelu <salmelu@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eeca8a6
Parents:
7d1dd2b
Message:

xhci: stub for streams support

File:
1 edited

Legend:

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

    r7d1dd2b r47e9494  
    8989                usb_address_t address;
    9090                usb_endpoint_t endpoint;
     91                uint32_t stream;
    9192        } __attribute__((packed));
    92         uint32_t packed;
     93        uint64_t packed;
    9394} usb_target_t;
    9495
Note: See TracChangeset for help on using the changeset viewer.