Changeset 1ecc5de in mainline for uspace/drv/bus/usb/ohci/hc.h


Ignore:
Timestamp:
2011-07-10T20:43:22Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2e8a01b
Parents:
2bc7122
Message:

OHCI: Create a new way to generate IRQ code

Replace asserts with runtime check.

File:
1 edited

Legend:

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

    r2bc7122 r1ecc5de  
    8686} hc_t;
    8787
    88 int hc_register_hub(hc_t *instance, ddf_fun_t *hub_fun);
     88size_t hc_irq_cmd_count(void);
     89int hc_get_irq_commands(
     90    irq_cmd_t cmds[], size_t cmd_size, uintptr_t regs, size_t reg_size);
    8991int hc_init(hc_t *instance, uintptr_t regs, size_t reg_size, bool interrupts);
    9092void hc_start_hw(hc_t *instance);
     93int hc_register_hub(hc_t *instance, ddf_fun_t *hub_fun);
    9194
    9295/** Safely dispose host controller internal structures
Note: See TracChangeset for help on using the changeset viewer.