irq.h 220 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. #ifndef __ASM_MACH_RTL838X_IRQ_H
  3. #define __ASM_MACH_RTL838X_IRQ_H
  4. #define MIPS_CPU_IRQ_BASE 0
  5. #define NR_IRQS 64
  6. #include_next <irq.h>
  7. #endif /* __ASM_MACH_ATH79_IRQ_H */