summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sh/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:06:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:06:54 +0000
commitae87ce471922580b1e5356b53194b9b1eed522a8 (patch)
tree5ea7c84055fa998f6cfb44025541173b17132a05 /cpukit/score/cpu/sh/rtems/score/cpu.h
parent2001-04-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-ae87ce471922580b1e5356b53194b9b1eed522a8.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/shtypes.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/sh/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/sh/rtems/score/cpu.h b/cpukit/score/cpu/sh/rtems/score/cpu.h
index 06b8348559..40c39b4444 100644
--- a/cpukit/score/cpu/sh/rtems/score/cpu.h
+++ b/cpukit/score/cpu/sh/rtems/score/cpu.h
@@ -31,7 +31,7 @@ extern "C" {
#include <rtems/score/sh.h> /* pick up machine definitions */
#ifndef ASM
-#include <rtems/score/shtypes.h>
+#include <rtems/score/types.h>
#endif
#if 0 && defined(__SH4__)
#include <rtems/score/sh4_regs.h>