Changeset 6210a333 in mainline for uspace/drv/bus/usb/uhci/hc.h


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

uhci, ohci: Cleanup irq code generation.

File:
1 edited

Legend:

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

    r30e8ab4 r6210a333  
    124124} hc_t;
    125125
    126 size_t hc_irq_pio_range_count(void);
    127 size_t hc_irq_cmd_count(void);
    128126int hc_register_irq_handler(ddf_dev_t *, addr_range_t *, int,
    129127    interrupt_handler_t);
    130 int hc_get_irq_code(irq_pio_range_t [], size_t, irq_cmd_t [], size_t,
    131     addr_range_t *);
     128int hc_gen_irq_code(irq_code_t *code, addr_range_t *regs);
    132129void hc_interrupt(hc_t *instance, uint16_t status);
    133130int hc_init(hc_t *instance, addr_range_t *regs, bool interupts);
Note: See TracChangeset for help on using the changeset viewer.