diff options
Diffstat (limited to 'arch/arm/plat-versatile/include')
| -rw-r--r-- | arch/arm/plat-versatile/include/plat/fpga-irq.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/plat-versatile/include/plat/fpga-irq.h b/arch/arm/plat-versatile/include/plat/fpga-irq.h new file mode 100644 index 00000000000..627fafd1e59 --- /dev/null +++ b/arch/arm/plat-versatile/include/plat/fpga-irq.h | |||
| @@ -0,0 +1,12 @@ | |||
| 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 | ||
