| * IRQ helper macros for spear machine family |
| * Copyright (C) 2009-2012 ST Microelectronics |
| * Rajeev Kumar <rajeev-dlh.kumar@st.com> |
| * Viresh Kumar <viresh.linux@gmail.com> |
| * This file is licensed under the terms of the GNU General Public |
| * License version 2. This program is licensed "as is" without any |
| * warranty of any kind, whether express or implied. |
| #ifdef CONFIG_ARCH_SPEAR3XX |
| #ifdef CONFIG_ARCH_SPEAR6XX |
| /* GPIO pins virtual irqs */ |
| #define NR_IRQS (IRQ_VIC_END + VIRTUAL_IRQS) |
| #ifdef CONFIG_ARCH_SPEAR13XX |
| #define NR_IRQS IRQ_GIC_END |
| #endif /* __MACH_IRQS_H */ |