Changeset e7bc999 in mainline for uspace/drv/ohci/ohci_hc.h


Ignore:
Timestamp:
2011-03-20T21:36:17Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1fb1339, 33577f81, fd9f6e4c
Parents:
42dbb26
Message:

Add interrupt support

Fix register structure
Interrupts disabled as there is no way to access mm registers in the handler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/ohci_hc.h

    r42dbb26 re7bc999  
    5656
    5757int ohci_hc_init(ohci_hc_t *instance, ddf_fun_t *fun,
    58      uintptr_t regs, size_t reg_size);
     58     uintptr_t regs, size_t reg_size, bool interrupts);
    5959
    6060int ohci_hc_schedule(ohci_hc_t *instance, batch_t *batch);
Note: See TracChangeset for help on using the changeset viewer.