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

#endif /* ASM */

#endif /* LIBBSP_ARM_BEAGLE_IRQ_H */