summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/mips64orion/asm.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-19 13:25:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-19 13:25:19 +0000
commit2c03029651768549f0461ed9b234d9d51c2fb134 (patch)
treed75d4f151a93613e356545effdcbeddb61aca6d3 /c/src/exec/score/cpu/mips64orion/asm.h
parent2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-2c03029651768549f0461ed9b234d9d51c2fb134.tar.bz2
2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* asm.h: Use cpuopts.h instead of targopts.h.
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/cpu/mips64orion/asm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/c/src/exec/score/cpu/mips64orion/asm.h b/c/src/exec/score/cpu/mips64orion/asm.h
index edabbe8fcc..747f2d2358 100644
--- a/c/src/exec/score/cpu/mips64orion/asm.h
+++ b/c/src/exec/score/cpu/mips64orion/asm.h
@@ -34,7 +34,7 @@
#ifndef ASM
#define ASM
#endif
-#include <rtems/score/targopts.h>
+#include <rtems/score/cpuopts.h>
#include <rtems/score/mips64orion.h>
/*
@@ -98,5 +98,3 @@
#endif
/* end of include file */
-
-