summaryrefslogtreecommitdiffstats
path: root/c/src/lib
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:13:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:13:01 +0000
commitce3c6f3e361afc2a4bccf0f6cf974e98c3535e3e (patch)
tree24e7a407afc076b084ecb0f25524106afefd9b16 /c/src/lib
parent2001-04-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-ce3c6f3e361afc2a4bccf0f6cf974e98c3535e3e.tar.bz2
2001-04-03 Joel Sherrill <joel@OARcorp.com>
* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for name change.
Diffstat (limited to 'c/src/lib')
-rw-r--r--c/src/lib/libcpu/sh/sh7750/ChangeLog6
-rw-r--r--c/src/lib/libcpu/sh/sh7750/include/rtems/score/ispsh7750.h2
-rw-r--r--c/src/lib/libcpu/sh/sh7750/score/ispsh7750.c2
3 files changed, 8 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/sh/sh7750/ChangeLog b/c/src/lib/libcpu/sh/sh7750/ChangeLog
index 1b2da34779..16591ba74f 100644
--- a/c/src/lib/libcpu/sh/sh7750/ChangeLog
+++ b/c/src/lib/libcpu/sh/sh7750/ChangeLog
@@ -1,3 +1,9 @@
+2001-04-03 Joel Sherrill <joel@OARcorp.com>
+
+ * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
+ * include/rtems/score/ispsh7750.h, score/ispsh7750.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/sh7750/include/rtems/score/ispsh7750.h b/c/src/lib/libcpu/sh/sh7750/include/rtems/score/ispsh7750.h
index c4b1c04203..8c20b0e397 100644
--- a/c/src/lib/libcpu/sh/sh7750/include/rtems/score/ispsh7750.h
+++ b/c/src/lib/libcpu/sh/sh7750/include/rtems/score/ispsh7750.h
@@ -45,7 +45,7 @@
extern "C" {
#endif
-#include <rtems/score/shtypes.h>
+#include <rtems/score/types.h>
/* dummy ISP */
extern void _dummy_isp( void );
diff --git a/c/src/lib/libcpu/sh/sh7750/score/ispsh7750.c b/c/src/lib/libcpu/sh/sh7750/score/ispsh7750.c
index bcb686aca8..bc39c32557 100644
--- a/c/src/lib/libcpu/sh/sh7750/score/ispsh7750.c
+++ b/c/src/lib/libcpu/sh/sh7750/score/ispsh7750.c
@@ -38,7 +38,7 @@
*/
#include <rtems/system.h>
-#include <rtems/score/shtypes.h>
+#include <rtems/score/types.h>
#include <rtems/score/isr.h>
/*