Changeset a312d8f in mainline for uspace/drv/bus/usb/uhci/uhci_batch.h


Ignore:
Timestamp:
2017-10-30T22:18:28Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
17873ac7
Parents:
ef1a3a8
Message:

uhci: fixed buffer copying on IN transaction

Lost in some refactoring, masked by deadlock.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/uhci_batch.h

    ref1a3a8 ra312d8f  
    6767} uhci_transfer_batch_t;
    6868
    69 uhci_transfer_batch_t * uhci_transfer_batch_create(endpoint_t *ep);
    70 int uhci_transfer_batch_prepare(uhci_transfer_batch_t *uhci_batch);
    71 bool uhci_transfer_batch_check_completed(uhci_transfer_batch_t *uhci_batch);
    72 void uhci_transfer_batch_destroy(uhci_transfer_batch_t *uhci_batch);
     69uhci_transfer_batch_t * uhci_transfer_batch_create(endpoint_t *);
     70int uhci_transfer_batch_prepare(uhci_transfer_batch_t *);
     71bool uhci_transfer_batch_check_completed(uhci_transfer_batch_t *);
     72void uhci_transfer_batch_finish(uhci_transfer_batch_t *);
     73void uhci_transfer_batch_destroy(uhci_transfer_batch_t *);
    7374
    7475/** Get offset to setup buffer accessible to the HC hw.
Note: See TracChangeset for help on using the changeset viewer.