RTEMS 6.1-rc7
Loading...
Searching...
No Matches
irq.h
Go to the documentation of this file.
1
9#ifndef LIBBSP_ARM_BEAGLE_IRQ_H
10#define LIBBSP_ARM_BEAGLE_IRQ_H
11
12#ifndef ASM
13
14#include <rtems.h>
15#include <rtems/irq.h>
16#include <rtems/irq-extension.h>
17
18#define BSP_INTERRUPT_VECTOR_COUNT 128
19
20#endif /* ASM */
21
22#endif /* LIBBSP_ARM_BEAGLE_IRQ_H */
This header file is provided for backward compatiblility.
This header file defines the RTEMS Classic API.