]> bbs.cooldavid.org Git - net-next-2.6.git/blame - arch/arm/mach-shmobile/include/mach/irqs.h
Merge branch 'misc' into devel
[net-next-2.6.git] / arch / arm / mach-shmobile / include / mach / irqs.h
CommitLineData
c793c1b0
MD
1#ifndef __ASM_MACH_IRQS_H
2#define __ASM_MACH_IRQS_H
3
4#define NR_IRQS 512
c793c1b0
MD
5
6#define evt2irq(evt) (((evt) >> 5) - 16)
7#define irq2evt(irq) (((irq) + 16) << 5)
8
9#endif /* __ASM_MACH_IRQS_H */