Back to home page

LXR

 
 

    


File indexing completed on 2025-05-11 08:22:49

0001 /*
0002  * Copyright (c) 2010 embedded brains GmbH & Co. KG
0003  *
0004  * Interrupt handler Header file for PXA By Yang Xi <hiyangxi@gmail.com>
0005  * Copyright (c) 2004 by Jay Monkman <jtm@lopingdog.com>
0006  *
0007  *  The license and distribution terms for this file may be
0008  *  found in the file LICENSE in this distribution or at
0009  *  http://www.rtems.org/license/LICENSE.
0010  */
0011 
0012 #ifndef __IRQ_H__
0013 #define __IRQ_H__
0014 
0015 #ifndef __asm__
0016 
0017 #include <rtems.h>
0018 #include <rtems/irq.h>
0019 #include <rtems/irq-extension.h>
0020 
0021 #include <pxa255.h>
0022 
0023 #define BSP_INTERRUPT_VECTOR_COUNT PRIMARY_IRQS
0024 
0025 #endif /* __asm__ */
0026 
0027 #endif /* __IRQ_H__ */