mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
11 lines
233 B
C
11 lines
233 B
C
|
#ifndef __ASM_AVR32_IRQ_H
|
||
|
#define __ASM_AVR32_IRQ_H
|
||
|
|
||
|
#define NR_INTERNAL_IRQS 64
|
||
|
#define NR_EXTERNAL_IRQS 64
|
||
|
#define NR_IRQS (NR_INTERNAL_IRQS + NR_EXTERNAL_IRQS)
|
||
|
|
||
|
#define irq_canonicalize(i) (i)
|
||
|
|
||
|
#endif /* __ASM_AVR32_IOCTLS_H */
|