mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 11:37:47 +08:00
remaining bsp.h: Fix by hand to LIBBSP_@CPU@_@BSP_FAMILY@_BSP_H
These files were left after running the script in the previous patch.
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
#ifndef __BSP_H_
|
||||
#define __BSP_H_
|
||||
#ifndef LIBBSP_ARM_GBA_H
|
||||
#define LIBBSP_ARM_GBA_H
|
||||
|
||||
#include <bspopts.h>
|
||||
#include <bsp/default-initial-extension.h>
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
* http://www.rtems.org/license/LICENSE
|
||||
*/
|
||||
|
||||
#ifndef __BSP_H_
|
||||
#define __BSP_H_
|
||||
#ifndef LIBBSP_ARM_NDS_H
|
||||
#define LIBBSP_ARM_NDS_H
|
||||
|
||||
#include <bspopts.h>
|
||||
#include <bsp/default-initial-extension.h>
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
* @brief AV5282 support.
|
||||
*/
|
||||
|
||||
#ifndef __SBav5282_BSP_H
|
||||
#define __SBav5282_BSP_H
|
||||
#ifndef LIBBSP_M68K_AV5282_BSP_H
|
||||
#define LIBBSP_M68K_AV5282_BSP_H
|
||||
|
||||
#ifndef ASM
|
||||
|
||||
|
||||
@@ -51,8 +51,8 @@
|
||||
| |
|
||||
\*===============================================================*/
|
||||
|
||||
#ifndef __GENMCF548X_BSP_H
|
||||
#define __GENMCF548X_BSP_H
|
||||
#ifndef LIBBSP_M68K_GENMCF548X_BSP_H
|
||||
#define LIBBSP_M68K_GENMCF548X_BSP_H
|
||||
|
||||
#include <bspopts.h>
|
||||
#include <bsp/default-initial-extension.h>
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
#ifndef __BSVC_SIM
|
||||
#define __BSVC_SIM
|
||||
#ifndef LIBBSP_M68K_SIM68000_BSP_H
|
||||
#define LIBBSP_M68K_SIM68000_BSP_H
|
||||
|
||||
#include <bspopts.h>
|
||||
#include <bsp/default-initial-extension.h>
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
| this file contains board specific definitions |
|
||||
\*===============================================================*/
|
||||
|
||||
#ifndef __GEN5200_BSP_h
|
||||
#define __GEN5200_BSP_h
|
||||
#ifndef LIBBSP_POWERPC_GEN5200_BSP_H
|
||||
#define LIBBSP_POWERPC_GEN5200_BSP_H
|
||||
|
||||
#include <bspopts.h>
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
\*===============================================================*/
|
||||
|
||||
|
||||
#ifndef __GEN83xx_BSP_h
|
||||
#define __GEN83xx_BSP_h
|
||||
#ifndef LIBBSP_POWERPC_GEN83XX_BSP_H
|
||||
#define LIBBSP_POWERPC_GEN83XX_BSP_H
|
||||
|
||||
#define BSP_FEATURE_IRQ_EXTENSION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user