Changeset ba4a03a5 in mainline for uspace/drv/bus/usb/ehci/hc.h


Ignore:
Timestamp:
2013-12-31T23:11:00Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d1df381
Parents:
e3a07bba
Message:

usb host: Use all hw resources when generating irq code.

File:
1 edited

Legend:

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

    re3a07bba rba4a03a5  
    7474} hc_t;
    7575
    76 int hc_gen_irq_code(irq_code_t *code, addr_range_t *regs);
     76int hc_gen_irq_code(irq_code_t *code, const hw_res_list_parsed_t *hw_res);
    7777int hc_register_hub(hc_t *instance, ddf_fun_t *hub_fun);
    7878int hc_init(hc_t *instance, addr_range_t *regs, bool interrupts);
Note: See TracChangeset for help on using the changeset viewer.