mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
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
This commit is contained in:
parent
577390ff4b
commit
106627d0a0
3 changed files with 167 additions and 134 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue