Changeset e2976bb in mainline for uspace/drv/bus/usb/ohci/batch.h


Ignore:
Timestamp:
2011-08-25T11:34:19Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4f0e510
Parents:
27873be
Message:

OHCI: Begin move to new hcd arch, plug in batch init hook.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/batch.h

    r27873be re2976bb  
    4848    void *arg);
    4949
    50 bool batch_is_complete(usb_transfer_batch_t *instance);
     50int batch_init_ohci(usb_transfer_batch_t *batch);
     51
     52bool batch_is_complete(usb_transfer_batch_t *batch);
    5153
    5254void batch_commit(usb_transfer_batch_t *instance);
Note: See TracChangeset for help on using the changeset viewer.