forked from Imagelibrary/rtems
added "ifndef" to avoid redefinition warning.
This commit is contained in:
@@ -30,7 +30,9 @@
|
|||||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef ASM
|
||||||
#define ASM
|
#define ASM
|
||||||
|
#endif
|
||||||
#include <rtems/score/targopts.h>
|
#include <rtems/score/targopts.h>
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,9 @@
|
|||||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef ASM
|
||||||
#define ASM
|
#define ASM
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <rtems/score/targopts.h>
|
#include <rtems/score/targopts.h>
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
|
|||||||
@@ -30,7 +30,9 @@
|
|||||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef ASM
|
||||||
#define ASM
|
#define ASM
|
||||||
|
#endif
|
||||||
#include <rtems/score/targopts.h>
|
#include <rtems/score/targopts.h>
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
|
|
||||||
|
|||||||
@@ -30,7 +30,9 @@
|
|||||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef ASM
|
||||||
#define ASM
|
#define ASM
|
||||||
|
#endif
|
||||||
#include <rtems/score/targopts.h>
|
#include <rtems/score/targopts.h>
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,9 @@
|
|||||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef ASM
|
||||||
#define ASM
|
#define ASM
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <rtems/score/targopts.h>
|
#include <rtems/score/targopts.h>
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
|
|||||||
@@ -27,7 +27,9 @@
|
|||||||
* Indicate we are in an assembly file and get the basic CPU definitions.
|
* Indicate we are in an assembly file and get the basic CPU definitions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef ASM
|
||||||
#define ASM
|
#define ASM
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <rtems/score/targopts.h>
|
#include <rtems/score/targopts.h>
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user