Changeset ff34e5a in mainline for uspace/drv/uhci-hcd/uhci_hc.h


Ignore:
Timestamp:
2011-03-14T14:04:15Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9370884
Parents:
6298d80
Message:

Try to enable hw interrupts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/uhci_hc.h

    r6298d80 rff34e5a  
    9999        fid_t cleaner;
    100100        fid_t debug_checker;
     101        bool hw_interrupts;
    101102
    102103        ddf_fun_t *ddf_instance;
    103104} uhci_hc_t;
    104105
    105 int uhci_hc_init(uhci_hc_t *instance, ddf_fun_t *fun, void *regs, size_t reg_size);
     106int uhci_hc_init(uhci_hc_t *instance, ddf_fun_t *fun,
     107    void *regs, size_t reg_size, bool interupts);
    106108
    107109int uhci_hc_schedule(uhci_hc_t *instance, batch_t *batch);
Note: See TracChangeset for help on using the changeset viewer.