summaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h
diff options
context:
space:
mode:
authorBoris BREZILLON2014-07-10 19:14:16 +0200
committerJason Cooper2014-07-17 15:30:00 +0200
commita5152c8a125da3c5e16dc2208dd52e80f0803c5c (patch)
tree3adbf51f5d03bc1c92634b33e12d9fa90424bc7e /include/linux/irq.h
parentLinux 3.16-rc1 (diff)
downloadkernel-qcow2-linux-a5152c8a125da3c5e16dc2208dd52e80f0803c5c.tar.gz
kernel-qcow2-linux-a5152c8a125da3c5e16dc2208dd52e80f0803c5c.tar.xz
kernel-qcow2-linux-a5152c8a125da3c5e16dc2208dd52e80f0803c5c.zip
genirq: generic chip: Export irq_map_generic_chip function
Export the generic irq map function in order to provide irq_domain ops with generic mapping and specific of xlate function (needed by the new atmel AIC driver). Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com> Acked-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/1405012462-766-2-git-send-email-boris.brezillon@free-electrons.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'include/linux/irq.h')
-rw-r--r--include/linux/irq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h
index 0d998d8b01d8..62af59242ddc 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
@@ -771,6 +771,8 @@ void irq_gc_eoi(struct irq_data *d);
int irq_gc_set_wake(struct irq_data *d, unsigned int on);
/* Setup functions for irq_chip_generic */
+int irq_map_generic_chip(struct irq_domain *d, unsigned int virq,
+ irq_hw_number_t hw_irq);
struct irq_chip_generic *
irq_alloc_generic_chip(const char *name, int nr_ct, unsigned int irq_base,
void __iomem *reg_base, irq_flow_handler_t handler);