summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/asm.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-07 21:20:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-07 21:20:35 +0000
commit2ff1d5498e9616a2c9764d40ebad80c7207c4d13 (patch)
treee1b5f79b858fe466381afdcd4c88cbbf5879c103 /cpukit/score/cpu/mips/asm.h
parentadded prototypes for two assembly language routines to eliminate warnings. (diff)
downloadrtems-2ff1d5498e9616a2c9764d40ebad80c7207c4d13.tar.bz2
added "ifndef" to avoid redefinition warning
Diffstat (limited to 'cpukit/score/cpu/mips/asm.h')
-rw-r--r--cpukit/score/cpu/mips/asm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/score/cpu/mips/asm.h b/cpukit/score/cpu/mips/asm.h
index 2382754654..4d00643294 100644
--- a/cpukit/score/cpu/mips/asm.h
+++ b/cpukit/score/cpu/mips/asm.h
@@ -31,7 +31,9 @@
* Indicate we are in an assembly file and get the basic CPU definitions.
*/
+#ifndef ASM
#define ASM
+#endif
#include <rtems/score/targopts.h>
#include <rtems/score/no_cpu.h>