Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspen...
[pandora-kernel.git] / arch / arm / plat-versatile / include / plat / fpga-irq.h
1 #ifndef PLAT_FPGA_IRQ_H
2 #define PLAT_FPGA_IRQ_H
3
4 struct fpga_irq_data {
5         void __iomem *base;
6         unsigned int irq_start;
7         struct irq_chip chip;
8 };
9
10 void fpga_irq_init(int, u32, struct fpga_irq_data *);
11
12 #endif