diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-02 18:38:22 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-02 18:38:22 -0800 |
commit | cfa024f4e45562c50b9eccb23649ab103578037b (patch) | |
tree | d49992521230a4e302c6d4bef9191e885220b82e /include/asm-arm/irq.h | |
parent | 3a7142371efdc95f4c5b5ffc188b18efdc4e64dd (diff) | |
parent | a054a811597a17ffbe92bc4db04a4dc2f1b1ea55 (diff) | |
download | linux-cfa024f4e45562c50b9eccb23649ab103578037b.tar.bz2 |
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Diffstat (limited to 'include/asm-arm/irq.h')
-rw-r--r-- | include/asm-arm/irq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/irq.h b/include/asm-arm/irq.h index f97912fbb10f..59975ee43cf1 100644 --- a/include/asm-arm/irq.h +++ b/include/asm-arm/irq.h @@ -47,5 +47,6 @@ struct irqaction; struct pt_regs; int handle_IRQ_event(unsigned int, struct pt_regs *, struct irqaction *); +extern void migrate_irqs(void); #endif |