irq.h 237 B

1234567891011121314
  1. #ifndef __ASM_AVR32_IRQ_H
  2. #define __ASM_AVR32_IRQ_H
  3. #define NR_INTERNAL_IRQS 64
  4. #include <asm/arch/irq.h>
  5. #ifndef NR_IRQS
  6. #define NR_IRQS (NR_INTERNAL_IRQS)
  7. #endif
  8. #define irq_canonicalize(i) (i)
  9. #endif /* __ASM_AVR32_IOCTLS_H */