6a4e5227a3
Arch-neutral GPIO calls for AVR32. GPIO IRQ support written by David Brownell. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
15 lines
237 B
C
15 lines
237 B
C
#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 */
|