Changeset f92f6b1 in mainline for uspace/drv/bus/usb/xhci/isoch.h


Ignore:
Timestamp:
2018-01-10T01:11:01Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4a00bc9
Parents:
708d8fcd
Message:

xhci isoch: made buffer count variable

File:
1 edited

Legend:

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

    r708d8fcd rf92f6b1  
    8787        uint32_t last_mfindex;
    8888
     89        /** The number of transfer buffers allocated */
     90        size_t buffer_count;
     91
    8992        /** Isochronous scheduled transfers with respective buffers */
    90         #define XHCI_ISOCH_BUFFER_COUNT 4
    91         xhci_isoch_transfer_t transfers[XHCI_ISOCH_BUFFER_COUNT];
     93        xhci_isoch_transfer_t *transfers;
    9294
    9395        /**
Note: See TracChangeset for help on using the changeset viewer.