Changeset 772a172 in mainline for uspace/drv/bus/usb/ohci/hc.h


Ignore:
Timestamp:
2013-09-21T05:22:43Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f65d9cc
Parents:
19d21728
Message:

ohci,uhci: Switch to library provided irq setup routine.

File:
1 edited

Legend:

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

    r19d21728 r772a172  
    7373
    7474int hc_gen_irq_code(irq_code_t *code, addr_range_t *regs);
    75 int hc_register_irq_handler(ddf_dev_t *, addr_range_t *, int,
    76     interrupt_handler_t);
    7775int hc_register_hub(hc_t *instance, ddf_fun_t *hub_fun);
    7876int hc_init(hc_t *instance, addr_range_t *regs, bool interrupts);
Note: See TracChangeset for help on using the changeset viewer.