|
@@ -80,6 +80,7 @@ extern void irq_domain_del(struct irq_domain *domain);
|
|
#endif /* CONFIG_IRQ_DOMAIN */
|
|
#endif /* CONFIG_IRQ_DOMAIN */
|
|
|
|
|
|
#if defined(CONFIG_IRQ_DOMAIN) && defined(CONFIG_OF_IRQ)
|
|
#if defined(CONFIG_IRQ_DOMAIN) && defined(CONFIG_OF_IRQ)
|
|
|
|
+extern struct irq_domain_ops irq_domain_simple_ops;
|
|
extern void irq_domain_add_simple(struct device_node *controller, int irq_base);
|
|
extern void irq_domain_add_simple(struct device_node *controller, int irq_base);
|
|
extern void irq_domain_generate_simple(const struct of_device_id *match,
|
|
extern void irq_domain_generate_simple(const struct of_device_id *match,
|
|
u64 phys_base, unsigned int irq_start);
|
|
u64 phys_base, unsigned int irq_start);
|