irq.h 186 B

123456789
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __ASM_MACH_N64_IRQ_H
  3. #define __ASM_MACH_N64_IRQ_H
  4. #define NR_IRQS 8
  5. #include <asm/mach-generic/irq.h>
  6. #endif /* __ASM_MACH_N64_IRQ_H */