Changeset f98b8269 in mainline for uspace/drv/ohci/batch.c


Ignore:
Timestamp:
2011-04-08T15:15:34Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6b6e3ed3
Parents:
6bec59b
Message:

Port transfer_list from UHCI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/batch.c

    r6bec59b rf98b8269  
    9393}
    9494/*----------------------------------------------------------------------------*/
     95bool batch_is_complete(usb_transfer_batch_t *instance)
     96{
     97        // TODO: implement
     98        return false;
     99}
     100/*----------------------------------------------------------------------------*/
    95101void batch_control_write(usb_transfer_batch_t *instance)
    96102{
     
    151157}
    152158/*----------------------------------------------------------------------------*/
     159ed_t * batch_ed(usb_transfer_batch_t *instance)
     160{
     161        return NULL;
     162}
     163/*----------------------------------------------------------------------------*/
    153164/** Helper function calls callback and correctly disposes of batch structure.
    154165 *
Note: See TracChangeset for help on using the changeset viewer.