/* * Copyright (c) 2010 embedded brains GmbH. * * Interrupt handler Header file for PXA By Yang Xi * Copyright (c) 2004 by Jay Monkman * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENSE. */ #ifndef __IRQ_H__ #define __IRQ_H__ #ifndef __asm__ #include #include #include #include #define BSP_INTERRUPT_VECTOR_MIN 0 #define BSP_INTERRUPT_VECTOR_MAX (PRIMARY_IRQS - 1) #endif /* __asm__ */ #endif /* __IRQ_H__ */