blob: 83e6549d7783f0ab2bff22b1a4a94f822ccb16e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef __ASM_AVR32_IRQ_H
#define __ASM_AVR32_IRQ_H
#define NR_INTERNAL_IRQS 64
#include <asm/arch/irq.h>
#ifndef NR_IRQS
#define NR_IRQS (NR_INTERNAL_IRQS)
#endif
#define irq_canonicalize(i) (i)
#endif /* __ASM_AVR32_IOCTLS_H */
|