Back to home page

LXR

 
 

    


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

0001 /**
0002  * @file
0003  *
0004  * @ingroup arm_beagle
0005  *
0006  * @brief Basic BSP IRQ info.
0007  */
0008 
0009 #ifndef LIBBSP_ARM_BEAGLE_IRQ_H
0010 #define LIBBSP_ARM_BEAGLE_IRQ_H
0011 
0012 #ifndef ASM
0013 
0014 #include <rtems.h>
0015 #include <rtems/irq.h>
0016 #include <rtems/irq-extension.h>
0017 
0018 #define BSP_INTERRUPT_VECTOR_COUNT 128
0019 
0020 #endif /* ASM */
0021 
0022 #endif /* LIBBSP_ARM_BEAGLE_IRQ_H */