Changeset ee0ffa6 in mainline for uspace/drv/bus/usb/ohci/ohci_rh.h


Ignore:
Timestamp:
2018-01-29T15:17:43Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
705f83a
Parents:
ddbd088
Message:

ohci: fix invalid synchronization

File:
1 edited

Legend:

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

    rddbd088 ree0ffa6  
    6363        /** A hacky way to emulate interrupts over polling. See ehci_rh. */
    6464        endpoint_t *status_change_endpoint;
     65        fibril_mutex_t *guard;
    6566} ohci_rh_t;
    6667
    67 int ohci_rh_init(ohci_rh_t *instance, ohci_regs_t *regs, const char *name);
     68int ohci_rh_init(ohci_rh_t *, ohci_regs_t *, fibril_mutex_t *, const char *);
    6869int ohci_rh_schedule(ohci_rh_t *instance, usb_transfer_batch_t *batch);
    6970int ohci_rh_interrupt(ohci_rh_t *instance);
Note: See TracChangeset for help on using the changeset viewer.