Changeset 1a02517 in mainline for uspace/drv/bus/usb/uhci/batch.h


Ignore:
Timestamp:
2011-08-25T08:53:14Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
32e093e
Parents:
3afb758
Message:

libusbhost: Streamline new hcd arch. UHCI: follow changes in libusbhost

Add endpoint registration hook.
Remove batch private data dtor from hcd_t (it should be set during initialization)

File:
1 edited

Legend:

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

    r3afb758 r1a02517  
    3939#include "hw_struct/queue_head.h"
    4040
    41 void * uhci_transfer_batch_create(usb_transfer_batch_t *batch);
    42 void uhci_transfer_batch_dispose(void *uhci_batch);
    43 
    44 bool batch_is_complete(usb_transfer_batch_t *instance);
    45 
    46 qh_t * batch_qh(usb_transfer_batch_t *instance);
     41int batch_init_private(usb_transfer_batch_t *batch);
     42bool batch_is_complete(usb_transfer_batch_t *batch);
     43qh_t * batch_qh(usb_transfer_batch_t *batch);
    4744#endif
    4845/**
Note: See TracChangeset for help on using the changeset viewer.