RTEMS  5.0.0
irq.h
Go to the documentation of this file.
1 
9 #ifndef LIBBSP_ARM_BEAGLE_IRQ_H
10 #define LIBBSP_ARM_BEAGLE_IRQ_H
11 
12 #ifndef ASM
13 
14 #include <rtems.h>
15 #include <rtems/irq.h>
16 #include <rtems/irq-extension.h>
17 
18 #define BSP_INTERRUPT_VECTOR_MIN 0
19 #define BSP_INTERRUPT_VECTOR_MAX 127
20 
21 #endif /* ASM */
22 
23 #endif /* LIBBSP_ARM_BEAGLE_IRQ_H */
Header file for the Interrupt Manager Extension.