diff options
| author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2011-02-11 23:57:35 +0300 |
|---|---|---|
| committer | Andrzej Zaborowski <balrog@zabor.org> | 2011-02-11 23:31:16 +0100 |
| commit | bb70651e45c798d301549aa2e12ea6beb858c21d (patch) | |
| tree | 24f61b17e083727885cbe274fbfde4de3a771546 /hw/mainstone.h | |
| parent | 21c75ddbf9487cd24bc9cceff1af1946e42143c0 (diff) | |
| download | focaccia-qemu-bb70651e45c798d301549aa2e12ea6beb858c21d.tar.gz focaccia-qemu-bb70651e45c798d301549aa2e12ea6beb858c21d.zip | |
mainstone: pass one irq to the mst_fpga instead of the whole PIC
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
Diffstat (limited to 'hw/mainstone.h')
| -rw-r--r-- | hw/mainstone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mainstone.h b/hw/mainstone.h index 9618c0632a..35329f1950 100644 --- a/hw/mainstone.h +++ b/hw/mainstone.h @@ -33,6 +33,6 @@ #define S1_IRQ 15 extern qemu_irq -*mst_irq_init(PXA2xxState *cpu, uint32_t base, int irq); +*mst_irq_init(uint32_t base, qemu_irq irq); #endif /* __MAINSTONE_H__ */ |