forked from Imagelibrary/rtems
Switched to use of ASM compilation conditional.
This commit is contained in:
@@ -84,7 +84,7 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined (CLANGUAGE) || defined(_LANGUAGE_C)
|
#ifndef ASM
|
||||||
typedef struct {
|
typedef struct {
|
||||||
unsigned int mem_size;
|
unsigned int mem_size;
|
||||||
unsigned int icache_size;
|
unsigned int icache_size;
|
||||||
@@ -95,7 +95,7 @@ typedef struct {
|
|||||||
|
|
||||||
} mem_config;
|
} mem_config;
|
||||||
|
|
||||||
#endif CLANGUAGE || defined(_LANGUAGE_C)
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** general equates for diagnostics and boolean functions
|
** general equates for diagnostics and boolean functions
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined (CLANGUAGE) || defined(_LANGUAGE_C)
|
#ifndef ASM
|
||||||
typedef struct {
|
typedef struct {
|
||||||
unsigned int mem_size;
|
unsigned int mem_size;
|
||||||
unsigned int icache_size;
|
unsigned int icache_size;
|
||||||
@@ -95,7 +95,7 @@ typedef struct {
|
|||||||
|
|
||||||
} mem_config;
|
} mem_config;
|
||||||
|
|
||||||
#endif CLANGUAGE || defined(_LANGUAGE_C)
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** general equates for diagnostics and boolean functions
|
** general equates for diagnostics and boolean functions
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined (CLANGUAGE) || defined(_LANGUAGE_C)
|
#ifndef ASM
|
||||||
typedef struct {
|
typedef struct {
|
||||||
unsigned int mem_size;
|
unsigned int mem_size;
|
||||||
unsigned int icache_size;
|
unsigned int icache_size;
|
||||||
@@ -95,7 +95,7 @@ typedef struct {
|
|||||||
|
|
||||||
} mem_config;
|
} mem_config;
|
||||||
|
|
||||||
#endif CLANGUAGE || defined(_LANGUAGE_C)
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** general equates for diagnostics and boolean functions
|
** general equates for diagnostics and boolean functions
|
||||||
|
|||||||
Reference in New Issue
Block a user