162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Joshua Henderson <joshua.henderson@microchip.com> 462306a36Sopenharmony_ci * Copyright (C) 2015 Microchip Technology Inc. All rights reserved. 562306a36Sopenharmony_ci */ 662306a36Sopenharmony_ci#ifndef __ASM_MACH_PIC32_IRQ_H 762306a36Sopenharmony_ci#define __ASM_MACH_PIC32_IRQ_H 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#define NR_IRQS 256 1062306a36Sopenharmony_ci#define MIPS_CPU_IRQ_BASE 0 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#include <asm/mach-generic/irq.h> 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci#endif /* __ASM_MACH_PIC32_IRQ_H */ 15