Changeset d60115a in mainline for uspace/drv/bus/usb/ohci/ohci_batch.h


Ignore:
Timestamp:
2018-01-17T17:55:35Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8ad2b0a
Parents:
ed8575f
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-17 17:54:31)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-17 17:55:35)
Message:

ohci: implement transfer abort on endpoint unregister

File:
1 edited

Legend:

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

    red8575f rd60115a  
    4747        usb_transfer_batch_t base;
    4848
    49         /** Link */
    50         link_t link;
    5149        /** Endpoint descriptor of the target endpoint. */
    5250        ed_t *ed;
     
    6563void ohci_transfer_batch_destroy(ohci_transfer_batch_t *ohci_batch);
    6664
    67 static inline ohci_transfer_batch_t *ohci_transfer_batch_from_link(link_t *l)
    68 {
    69         assert(l);
    70         return list_get_instance(l, ohci_transfer_batch_t, link);
    71 }
    72 
    7365static inline ohci_transfer_batch_t * ohci_transfer_batch_get(usb_transfer_batch_t *usb_batch)
    7466{
Note: See TracChangeset for help on using the changeset viewer.