Changeset 1387692 in mainline for uspace/drv/uhci-hcd/uhci_hc.c


Ignore:
Timestamp:
2011-03-21T15:01:52Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c92c13f
Parents:
e34e77a
Message:

Rename batch_* ⇒ usb_transfer_batch_*

No change in functionality.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/uhci_hc.c

    re34e77a r1387692  
    316316 * Checks for bandwidth availability and appends the batch to the proper queue.
    317317 */
    318 int uhci_hc_schedule(uhci_hc_t *instance, batch_t *batch)
     318int uhci_hc_schedule(uhci_hc_t *instance, usb_transfer_batch_t *batch)
    319319{
    320320        assert(instance);
Note: See TracChangeset for help on using the changeset viewer.