]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - include/linux/irqchip/versatile-fpga.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / include / linux / irqchip / versatile-fpga.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
c41b16f8
RK
2#ifndef PLAT_FPGA_IRQ_H
3#define PLAT_FPGA_IRQ_H
4
3108e6ab
LW
5struct device_node;
6struct pt_regs;
c41b16f8 7
3108e6ab
LW
8void fpga_handle_irq(struct pt_regs *regs);
9void fpga_irq_init(void __iomem *, const char *, int, int, u32,
10 struct device_node *node);
9bc15031
LW
11int fpga_irq_of_init(struct device_node *node,
12 struct device_node *parent);
c41b16f8
RK
13
14#endif