summaryrefslogtreecommitdiffstats
path: root/bsps/arm/beagle/include/bsp/irq.h
blob: fc583fe8bb4e4be3cb8d274463ed65a99873e96d (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_MAX 127
#define BSP_INTERRUPT_VECTOR_COUNT 128

#endif /* ASM */

#endif /* LIBBSP_ARM_BEAGLE_IRQ_H */