summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/no_cpu/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:05:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:05:43 +0000
commit14c8ef940fe99bb86d9dcdbf9e3c4a1d6a19b517 (patch)
treea0bc14ac85ab9703ff31c4a70f14131256003feb /cpukit/score/cpu/no_cpu/rtems
parent2001-04-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-14c8ef940fe99bb86d9dcdbf9e3c4a1d6a19b517.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/no_cputypes.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
index 98a105f795..795a9ba734 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
@@ -22,7 +22,7 @@ extern "C" {
#include <rtems/score/no_cpu.h> /* pick up machine definitions */
#ifndef ASM
-#include <rtems/score/no_cputypes.h>
+#include <rtems/score/types.h>
#endif
/* conditional compilation parameters */