unify {de,}mangle_poll(), get rid of kernel-side POLL...
[cris-mirror.git] / include / linux / irqchip / versatile-fpga.h
bloba978fc8c7996514444a264288584b0a728793d7d
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef PLAT_FPGA_IRQ_H
3 #define PLAT_FPGA_IRQ_H
5 struct device_node;
6 struct pt_regs;
8 void fpga_handle_irq(struct pt_regs *regs);
9 void fpga_irq_init(void __iomem *, const char *, int, int, u32,
10 struct device_node *node);
11 int fpga_irq_of_init(struct device_node *node,
12 struct device_node *parent);
14 #endif