forked from Imagelibrary/rtems
@@ -25,6 +25,7 @@
|
||||
|
||||
#include <bsp.h>
|
||||
#include <bsp/arm-gic.h>
|
||||
#include <rtems/score/processormask.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <bsp.h>
|
||||
#include <rtems/irq.h>
|
||||
#include <rtems/irq-extension.h>
|
||||
#include <rtems/score/processormask.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <rtems/score/apimutex.h>
|
||||
#include <rtems/score/processormask.h>
|
||||
#include <rtems/score/sysstate.h>
|
||||
|
||||
#ifdef BSP_INTERRUPT_USE_INDEX_TABLE
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#ifndef LIBBSP_ERC32_IRQ_CONFIG_H
|
||||
#define LIBBSP_ERC32_IRQ_CONFIG_H
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/score/processormask.h>
|
||||
|
||||
#define BSP_INTERRUPT_VECTOR_MAX_STD 15 /* Standard IRQ controller */
|
||||
#define BSP_INTERRUPT_VECTOR_MIN 0
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#define LIBBSP_LEON3_IRQ_CONFIG_H
|
||||
|
||||
#include <leon.h>
|
||||
#include <rtems/score/processormask.h>
|
||||
|
||||
#define BSP_INTERRUPT_VECTOR_MAX_STD 15 /* Standard IRQ controller */
|
||||
#define BSP_INTERRUPT_VECTOR_MAX_EXT 31 /* Extended IRQ controller */
|
||||
|
||||
Reference in New Issue
Block a user