summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
Diffstat (limited to 'c/src')
-rw-r--r--c/src/lib/libbsp/mips/p4000/ChangeLog4
-rw-r--r--c/src/lib/libbsp/mips/p4000/console/console.c2
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/console/console.c2
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/console/console.c2
6 files changed, 15 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/mips/p4000/ChangeLog b/c/src/lib/libbsp/mips/p4000/ChangeLog
index 26a2a02975..c5cc364bdc 100644
--- a/c/src/lib/libbsp/mips/p4000/ChangeLog
+++ b/c/src/lib/libbsp/mips/p4000/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
+
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Introduce RTEMS_BSP_CONFIGURE.
diff --git a/c/src/lib/libbsp/mips/p4000/console/console.c b/c/src/lib/libbsp/mips/p4000/console/console.c
index 7c56f0f2c9..0de16939b0 100644
--- a/c/src/lib/libbsp/mips/p4000/console/console.c
+++ b/c/src/lib/libbsp/mips/p4000/console/console.c
@@ -273,7 +273,7 @@ rtems_device_driver console_control(
return RTEMS_SUCCESSFUL;
}
-#include <bspIo.h>
+#include <rtems/bspIo.h>
void P4000_output_char(char c) { outbyte( c ); }
diff --git a/c/src/lib/libbsp/powerpc/eth_comm/ChangeLog b/c/src/lib/libbsp/powerpc/eth_comm/ChangeLog
index ec05d0142d..1f58e04283 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/eth_comm/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
+
2001-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_ENABLE_NETWORKING.
diff --git a/c/src/lib/libbsp/powerpc/eth_comm/console/console.c b/c/src/lib/libbsp/powerpc/eth_comm/console/console.c
index db6859cbb6..e9cf1a2101 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/console/console.c
+++ b/c/src/lib/libbsp/powerpc/eth_comm/console/console.c
@@ -30,7 +30,7 @@
#include <bsp.h> /* Must be before libio.h */
#include <rtems/libio.h>
#include <termios.h>
-#include <bspIo.h>
+#include <rtems/bspIo.h>
static void _BSP_null_char( char c ) {return;}
BSP_output_char_function_type BSP_output_char = _BSP_null_char;
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog b/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
index 3677ad939a..5d5bc85648 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
+
2001-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_ENABLE_NETWORKING.
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/console/console.c b/c/src/lib/libbsp/powerpc/mbx8xx/console/console.c
index 6a2f93f5d8..cfb4564801 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/console/console.c
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/console/console.c
@@ -77,7 +77,7 @@
#include <stdarg.h>
#include <stdio.h>
#include <bsp.h> /* Must be before libio.h */
-#include <bspIo.h>
+#include <rtems/bspIo.h>
#include <rtems/libio.h>
#include <termios.h>
#include <bsp/mbx.h>