Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[pandora-kernel.git] / arch / arm / mach-shmobile / include / mach / irqs.h
1 #ifndef __ASM_MACH_IRQS_H
2 #define __ASM_MACH_IRQS_H
3
4 #define NR_IRQS         512
5 #define NR_IRQS_LEGACY  8
6
7 #define evt2irq(evt)            (((evt) >> 5) - 16)
8 #define irq2evt(irq)            (((irq) + 16) << 5)
9
10 #endif /* __ASM_MACH_IRQS_H */