]> Git Repo - J-linux.git/blob - arch/mips/include/asm/mach-pic32/irq.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / mips / include / asm / mach-pic32 / irq.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Joshua Henderson <[email protected]>
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 <asm/mach-generic/irq.h>
13
14 #endif /* __ASM_MACH_PIC32_IRQ_H */
This page took 0.030873 seconds and 4 git commands to generate.