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

uhci: uhci_transfer_batch_is_complete takes const argument.

File:
1 edited

Legend:

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

    r6bba41d rad91b806  
    156156 * is reached.
    157157 */
    158 bool uhci_transfer_batch_is_complete(uhci_transfer_batch_t *uhci_batch)
     158bool uhci_transfer_batch_is_complete(const uhci_transfer_batch_t *uhci_batch)
    159159{
    160160        assert(uhci_batch);
Note: See TracChangeset for help on using the changeset viewer.