Files
rtems/bsps/arm/beagle/include/bsp/irq.h
Sebastian Huber 94cf67ca66 bsps/irq: Remove BSP_INTERRUPT_VECTOR_MAX
This define is no longer used.

Update #3269.
2021-06-24 11:36:27 +02:00

23 lines
326 B
C

/**
* @file
*
* @ingroup arm_beagle
*
* @brief Basic BSP IRQ info.
*/
#ifndef LIBBSP_ARM_BEAGLE_IRQ_H
#define LIBBSP_ARM_BEAGLE_IRQ_H
#ifndef ASM
#include <rtems.h>
#include <rtems/irq.h>
#include <rtems/irq-extension.h>
#define BSP_INTERRUPT_VECTOR_COUNT 128
#endif /* ASM */
#endif /* LIBBSP_ARM_BEAGLE_IRQ_H */