xref: /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-pistachio/irq.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0-only */
2*4882a593Smuzhiyun /*
3*4882a593Smuzhiyun  * Pistachio IRQ setup
4*4882a593Smuzhiyun  *
5*4882a593Smuzhiyun  * Copyright (C) 2014 Google, Inc.
6*4882a593Smuzhiyun  */
7*4882a593Smuzhiyun 
8*4882a593Smuzhiyun #ifndef __ASM_MACH_PISTACHIO_IRQ_H
9*4882a593Smuzhiyun #define __ASM_MACH_PISTACHIO_IRQ_H
10*4882a593Smuzhiyun 
11*4882a593Smuzhiyun #define NR_IRQS 256
12*4882a593Smuzhiyun 
13*4882a593Smuzhiyun #include <asm/mach-generic/irq.h>
14*4882a593Smuzhiyun 
15*4882a593Smuzhiyun #endif /* __ASM_MACH_PISTACHIO_IRQ_H */
16