Merge remote-tracking branch 'regulator/fix/palmas' into tmp
[deliverable/linux.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
This page took 0.149902 seconds and 5 git commands to generate.