bsps: Include missing header file

Update #3071.
This commit is contained in:
Sebastian Huber
2017-07-12 10:55:59 +02:00
parent e2623038f0
commit e19da87ad7
5 changed files with 5 additions and 1 deletions

View File

@@ -25,6 +25,7 @@
#include <bsp.h>
#include <bsp/arm-gic.h>
#include <rtems/score/processormask.h>
#ifdef __cplusplus
extern "C" {

View File

@@ -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" {

View File

@@ -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

View File

@@ -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

View File

@@ -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 */