Changeset c21e6a5 in mainline for uspace/drv/bus/usb/ehci/ehci_batch.h
- Timestamp:
- 2018-02-05T00:54:08Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- af16ebe
- Parents:
- 65c059f
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-02-05 00:27:40)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-02-05 00:54:08)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/ehci_batch.h
r65c059f rc21e6a5 51 51 /** Endpoint descriptor of the target endpoint. */ 52 52 qh_t *qh; 53 /** Data buffer, must be accessible by the EHCI hw. */54 dma_buffer_t dma_buffer;53 /** Backend for TDs and setup data. */ 54 dma_buffer_t ehci_dma_buffer; 55 55 /** List of TDs needed for the transfer - backed by dma_buffer */ 56 56 td_t *tds;
Note:
See TracChangeset
for help on using the changeset viewer.