blob: d2396941ed2acafd40b491bd03e2f5106c710a80 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Joshua Henderson <joshua.henderson@microchip.com>
4 * Copyright (C) 2015 Microchip Technology Inc. All rights reserved.
5 */
6#ifndef __ASM_MACH_PIC32_IRQ_H
7#define __ASM_MACH_PIC32_IRQ_H
8
9#define NR_IRQS 256
10#define MIPS_CPU_IRQ_BASE 0
11
12#include_next <irq.h>
13
14#endif /* __ASM_MACH_PIC32_IRQ_H */