]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - include/linux/irqchip/versatile-fpga.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[mirror_ubuntu-artful-kernel.git] / include / linux / irqchip / versatile-fpga.h
CommitLineData
c41b16f8
RK
1#ifndef PLAT_FPGA_IRQ_H
2#define PLAT_FPGA_IRQ_H
3
3108e6ab
LW
4struct device_node;
5struct pt_regs;
c41b16f8 6
3108e6ab
LW
7void fpga_handle_irq(struct pt_regs *regs);
8void fpga_irq_init(void __iomem *, const char *, int, int, u32,
9 struct device_node *node);
9bc15031
LW
10int fpga_irq_of_init(struct device_node *node,
11 struct device_node *parent);
c41b16f8
RK
12
13#endif