RTEMS  5.1
irq.h
Go to the documentation of this file.
1 
9 /*
10  * COPYRIGHT (c) 1989-2012.
11  * On-Line Applications Research Corporation (OAR).
12  *
13  * The license and distribution terms for this file may be
14  * found in the file LICENSE in this distribution or at
15  * http://www.rtems.org/license/LICENSE.
16  */
17 
18 #ifndef LIBBSP_MIPS_XXX_IRQ_H
19 #define LIBBSP_MIPS_XXX_IRQ_H
20 
21 #ifndef ASM
22  #include <rtems.h>
23  #include <rtems/irq.h>
24  #include <rtems/irq-extension.h>
25  #include <rtems/score/mips.h>
26 #endif
27 
34 #define BSP_INTERRUPT_VECTOR_MIN 0
35 #define RM5231_MAXIMUM_VECTORS (MIPS_INTERRUPT_BASE+8)
36 #define BSP_INTERRUPT_VECTOR_MAX RM5231_MAXIMUM_VECTORS
37 
40 #endif /* LIBBSP_MIPS_JMR3904_IRQ_H */
Header file for the Interrupt Manager Extension.
Information to build RTEMS for a "no cpu" while in protected mode.