blob: a978fc8c7996514444a264288584b0a728793d7d [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Russell Kingc41b16f2011-01-19 15:32:15 +00002#ifndef PLAT_FPGA_IRQ_H
3#define PLAT_FPGA_IRQ_H
4
Linus Walleij3108e6a2012-04-28 14:33:47 +01005struct device_node;
6struct pt_regs;
Russell Kingc41b16f2011-01-19 15:32:15 +00007
Linus Walleij3108e6a2012-04-28 14:33:47 +01008void fpga_handle_irq(struct pt_regs *regs);
9void fpga_irq_init(void __iomem *, const char *, int, int, u32,
10 struct device_node *node);
Linus Walleij9bc15032012-09-06 09:07:57 +010011int fpga_irq_of_init(struct device_node *node,
12 struct device_node *parent);
Russell Kingc41b16f2011-01-19 15:32:15 +000013
14#endif