summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/irq_cpu.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-01-31 12:20:43 +0000
committerJohn Crispin <blogic@openwrt.org>2013-02-17 01:25:34 +0100
commit0916b46962cbcac9465d253d0a398435b3965fd5 (patch)
tree67670d815840f79290048cdc230609ea925e2a7d /arch/mips/include/asm/irq_cpu.h
parentdcc7310e144c3bf17a86d2f058d60fb525d4b34a (diff)
MIPS: add irqdomain support for the CPU IRQ controller
Add code to load a irq_domain for the MIPS IRQ controller from a devicetree file. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Signed-off-by: John Crispin <blogic@openwrt.org> Acked-by: David Daney <david.daney@cavium.com> Patchwork: http://patchwork.linux-mips.org/patch/4902/
Diffstat (limited to 'arch/mips/include/asm/irq_cpu.h')
-rw-r--r--arch/mips/include/asm/irq_cpu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/include/asm/irq_cpu.h b/arch/mips/include/asm/irq_cpu.h
index ef6a07cddb23..3f11fdb3ed8c 100644
--- a/arch/mips/include/asm/irq_cpu.h
+++ b/arch/mips/include/asm/irq_cpu.h
@@ -17,4 +17,10 @@ extern void mips_cpu_irq_init(void);
extern void rm7k_cpu_irq_init(void);
extern void rm9k_cpu_irq_init(void);
+#ifdef CONFIG_IRQ_DOMAIN
+struct device_node;
+extern int mips_cpu_intc_init(struct device_node *of_node,
+ struct device_node *parent);
+#endif
+
#endif /* _ASM_IRQ_CPU_H */