Changeset f51587f5 in mainline for uspace/drv/bus/usb/ohci/hc.h


Ignore:
Timestamp:
2012-12-16T17:17:37Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
395bb79
Parents:
8de2cca
Message:

ohci: Move generic hcd initialization out of device hc init.

File:
1 edited

Legend:

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

    r8de2cca rf51587f5  
    8989void hc_enqueue_endpoint(hc_t *instance, const endpoint_t *ep);
    9090void hc_dequeue_endpoint(hc_t *instance, const endpoint_t *ep);
     91int hc_schedule(hcd_t *hcd, usb_transfer_batch_t *batch);
    9192
    9293void hc_interrupt(hc_t *instance, uint32_t status);
Note: See TracChangeset for help on using the changeset viewer.