Ignore:
Timestamp:
2017-11-21T12:51:37Z (6 years ago)
Author:
Aearsis <Hlavaty.Ondrej@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6283cefb
Parents:
375211d2
Message:

xhci: deal with short transfers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/hw_struct/trb.h

    r375211d2 r6d91888  
    211211}
    212212
    213 enum xhci_trb_completion_code {
     213typedef enum xhci_trb_completion_code {
    214214        XHCI_TRBC_INVALID = 0,
    215215        XHCI_TRBC_SUCCESS,
     
    255255         * 224 - 255 vendor defined info
    256256         */
    257 };
     257} xhci_trb_completion_code_t;
    258258
    259259#endif
Note: See TracChangeset for help on using the changeset viewer.