summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:09:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:09:09 +0000
commit49d52e072b1685abdebde4ce2214d900250b279d (patch)
treeb3a4eae71ae8585cb8746d0ec1a8d83b0736a521 /c/src
parent2001-04-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-49d52e072b1685abdebde4ce2214d900250b279d.tar.bz2
2001-04-03 Joel Sherrill <joel@OARcorp.com>
* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * include/ispsh7032.h, score/ispsh7032.c: Account for name change.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/lib/libcpu/sh/sh7032/ChangeLog5
-rw-r--r--c/src/lib/libcpu/sh/sh7032/include/ispsh7032.h2
-rw-r--r--c/src/lib/libcpu/sh/sh7032/score/ispsh7032.c2
3 files changed, 7 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/sh/sh7032/ChangeLog b/c/src/lib/libcpu/sh/sh7032/ChangeLog
index 0f0124b226..1e7ef38ce8 100644
--- a/c/src/lib/libcpu/sh/sh7032/ChangeLog
+++ b/c/src/lib/libcpu/sh/sh7032/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-03 Joel Sherrill <joel@OARcorp.com>
+
+ * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
+ * include/ispsh7032.h, score/ispsh7032.c: Account for name change.
+
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
diff --git a/c/src/lib/libcpu/sh/sh7032/include/ispsh7032.h b/c/src/lib/libcpu/sh/sh7032/include/ispsh7032.h
index c8da8c734b..0693eb0691 100644
--- a/c/src/lib/libcpu/sh/sh7032/include/ispsh7032.h
+++ b/c/src/lib/libcpu/sh/sh7032/include/ispsh7032.h
@@ -29,7 +29,7 @@
extern "C" {
#endif
-#include <rtems/score/shtypes.h>
+#include <rtems/score/types.h>
extern void __ISR_Handler( unsigned32 vector );
diff --git a/c/src/lib/libcpu/sh/sh7032/score/ispsh7032.c b/c/src/lib/libcpu/sh/sh7032/score/ispsh7032.c
index f6a0cfb5ce..6fbd5a0341 100644
--- a/c/src/lib/libcpu/sh/sh7032/score/ispsh7032.c
+++ b/c/src/lib/libcpu/sh/sh7032/score/ispsh7032.c
@@ -28,7 +28,7 @@
*/
#include <rtems/system.h>
-#include <rtems/score/shtypes.h>
+#include <rtems/score/types.h>
#include <rtems/score/ispsh7032.h>
/*