From 106627d0a036f9ebe523c648686b087eb8888355 Mon Sep 17 00:00:00 2001 From: balrog Date: Wed, 5 Dec 2007 03:23:39 +0000 Subject: Rework OMAP1 interrupt handling to allow multiple interrupt banks, by Lauro Ramos Venancio. Add irq pulse shortcut, by Lauro Ramos Venancio. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3774 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/omap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hw/omap.h') diff --git a/hw/omap.h b/hw/omap.h index 7d189d6..cd4e53b 100644 --- a/hw/omap.h +++ b/hw/omap.h @@ -57,7 +57,8 @@ void omap_clk_reparent(omap_clk clk, omap_clk parent); /* omap.c */ struct omap_intr_handler_s; struct omap_intr_handler_s *omap_inth_init(target_phys_addr_t base, - unsigned long size, qemu_irq parent[2], omap_clk clk); + unsigned long size, unsigned char nbanks, + qemu_irq parent_irq, qemu_irq parent_fiq, omap_clk clk); /* * Common IRQ numbers for level 1 interrupt handler -- cgit v1.1