fpga-irq.h 231 B

1234567891011
  1. #ifndef PLAT_FPGA_IRQ_H
  2. #define PLAT_FPGA_IRQ_H
  3. struct device_node;
  4. struct pt_regs;
  5. void fpga_handle_irq(struct pt_regs *regs);
  6. void fpga_irq_init(void __iomem *, const char *, int, int, u32,
  7. struct device_node *node);
  8. #endif