summaryrefslogtreecommitdiffstats
path: root/bsps/arm/beagle/include/bsp/irq.h
blob: 9ecd6bc31e89c73aeb74f434eadc5a9f69ee48ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**
 * @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_MAX 127

#endif /* ASM */

#endif /* LIBBSP_ARM_BEAGLE_IRQ_H */