Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Joshua Henderson <joshua.henderson@microchip.com>
0004  * Copyright (C) 2015 Microchip Technology Inc.  All rights reserved.
0005  */
0006 #ifndef __ASM_MACH_PIC32_IRQ_H
0007 #define __ASM_MACH_PIC32_IRQ_H
0008 
0009 #define NR_IRQS 256
0010 #define MIPS_CPU_IRQ_BASE 0
0011 
0012 #include <asm/mach-generic/irq.h>
0013 
0014 #endif /* __ASM_MACH_PIC32_IRQ_H */