summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:05:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:05:25 +0000
commiteb4536c37f55f3d49551838254bf04282f8ae21f (patch)
tree294c69b8fe0366be142b6431721dab402b1273b5 /cpukit/score/cpu/mips/rtems/score/cpu.h
parent2001-04-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-eb4536c37f55f3d49551838254bf04282f8ae21f.tar.bz2
2001-04-03 Joel Sherrill <joel@OARcorp.com>
* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/mipstypes.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
Diffstat (limited to 'cpukit/score/cpu/mips/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/mips/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/mips/rtems/score/cpu.h b/cpukit/score/cpu/mips/rtems/score/cpu.h
index d422221d3a..43c7c33975 100644
--- a/cpukit/score/cpu/mips/rtems/score/cpu.h
+++ b/cpukit/score/cpu/mips/rtems/score/cpu.h
@@ -45,7 +45,7 @@ extern "C" {
#include <rtems/score/mips.h> /* pick up machine definitions */
#ifndef ASM
-#include <rtems/score/mipstypes.h>
+#include <rtems/score/types.h>
#endif
/* conditional compilation parameters */