irq-ixp4xx.h 276 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __IRQ_IXP4XX_H
  3. #define __IRQ_IXP4XX_H
  4. #include <linux/ioport.h>
  5. struct irq_domain;
  6. void ixp4xx_irq_init(resource_size_t irqbase,
  7. bool is_356);
  8. struct irq_domain *ixp4xx_get_irq_domain(void);
  9. #endif /* __IRQ_IXP4XX_H */