summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/lib/libbsp/c4x/ChangeLog6
-rw-r--r--c/src/lib/libbsp/c4x/shared/bspspuriousinit.c2
-rw-r--r--c/src/lib/libbsp/c4x/shared/c3xspurious.c2
-rw-r--r--c/src/lib/libbsp/c4x/shared/c4xspurious.c2
4 files changed, 9 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/c4x/ChangeLog b/c/src/lib/libbsp/c4x/ChangeLog
index 653e96cdd5..1af5ef3c27 100644
--- a/c/src/lib/libbsp/c4x/ChangeLog
+++ b/c/src/lib/libbsp/c4x/ChangeLog
@@ -1,3 +1,9 @@
+2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * shared/bspspuriousinit.c: Include rtems/bspIo.h instead of bspIo.h.
+ * shared/c3xspurious.c: Include rtems/bspIo.h instead of bspIo.h.
+ * shared/c4xspurious.c: Include rtems/bspIo.h instead of bspIo.h.
+
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
diff --git a/c/src/lib/libbsp/c4x/shared/bspspuriousinit.c b/c/src/lib/libbsp/c4x/shared/bspspuriousinit.c
index 6c82b5c9f6..3024e04c86 100644
--- a/c/src/lib/libbsp/c4x/shared/bspspuriousinit.c
+++ b/c/src/lib/libbsp/c4x/shared/bspspuriousinit.c
@@ -15,7 +15,7 @@
*/
#include <bsp.h>
-#include <bspIo.h>
+#include <rtems/bspIo.h>
/*
* bsp_spurious_initialize
diff --git a/c/src/lib/libbsp/c4x/shared/c3xspurious.c b/c/src/lib/libbsp/c4x/shared/c3xspurious.c
index fb14a76d4e..5eee780d7a 100644
--- a/c/src/lib/libbsp/c4x/shared/c3xspurious.c
+++ b/c/src/lib/libbsp/c4x/shared/c3xspurious.c
@@ -15,7 +15,7 @@
*/
#include <bsp.h>
-#include <bspIo.h>
+#include <rtems/bspIo.h>
/*
* bsp_spurious_handler
diff --git a/c/src/lib/libbsp/c4x/shared/c4xspurious.c b/c/src/lib/libbsp/c4x/shared/c4xspurious.c
index 02320af7ea..a9d2a33bb5 100644
--- a/c/src/lib/libbsp/c4x/shared/c4xspurious.c
+++ b/c/src/lib/libbsp/c4x/shared/c4xspurious.c
@@ -15,7 +15,7 @@
*/
#include <bsp.h>
-#include <bspIo.h>
+#include <rtems/bspIo.h>
/*
* bsp_spurious_handler