Changeset 6bba41d in mainline for uspace/drv/bus/usb/uhci/uhci_batch.c


Ignore:
Timestamp:
2011-12-06T12:28:02Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ad91b806
Parents:
5cfcc64
Message:

uhci: Add and use uhci_batch_abort. Rename uhci_batch_call_dispose ⇒ uhci_batch finish_dispose

File:
1 edited

Legend:

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

    r5cfcc64 r6bba41d  
    5959 * @param[in] uhci_batch Instance to destroy.
    6060 */
    61 void uhci_transfer_batch_call_dispose(uhci_transfer_batch_t *uhci_batch)
     61void uhci_transfer_batch_finish_dispose(uhci_transfer_batch_t *uhci_batch)
    6262{
    6363        assert(uhci_batch);
Note: See TracChangeset for help on using the changeset viewer.