18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Joshua Henderson <joshua.henderson@microchip.com> 48c2ecf20Sopenharmony_ci * Copyright (C) 2015 Microchip Technology Inc. All rights reserved. 58c2ecf20Sopenharmony_ci */ 68c2ecf20Sopenharmony_ci#ifndef __ASM_MACH_PIC32_IRQ_H 78c2ecf20Sopenharmony_ci#define __ASM_MACH_PIC32_IRQ_H 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#define NR_IRQS 256 108c2ecf20Sopenharmony_ci#define MIPS_CPU_IRQ_BASE 0 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#include <asm/mach-generic/irq.h> 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#endif /* __ASM_MACH_PIC32_IRQ_H */ 15