summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 10:11:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 10:11:45 +0000
commit12f971c6d8c8c518e3265fee6fe1e4e630633475 (patch)
tree776569af2be371236aba830e0ef1e7be0b719f88 /c
parent2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-12f971c6d8c8c518e3265fee6fe1e4e630633475.tar.bz2
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>. * include/bsp.h: Include <rtems/console.h> instead of <console.h>. * gdbsci/gdbsci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/sh/shsim/ChangeLog6
-rw-r--r--c/src/lib/libbsp/sh/shsim/gdbsci/gdbsci.c2
-rw-r--r--c/src/lib/libbsp/sh/shsim/include/bsp.h4
3 files changed, 9 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/sh/shsim/ChangeLog b/c/src/lib/libbsp/sh/shsim/ChangeLog
index e77f5a32e5..777fbbaeab 100644
--- a/c/src/lib/libbsp/sh/shsim/ChangeLog
+++ b/c/src/lib/libbsp/sh/shsim/ChangeLog
@@ -1,3 +1,9 @@
+2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
+ * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
+ * gdbsci/gdbsci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
+
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* gdbsci/gdbsci.c, include/bsp.h, startup/bspstart.c: Convert to
diff --git a/c/src/lib/libbsp/sh/shsim/gdbsci/gdbsci.c b/c/src/lib/libbsp/sh/shsim/gdbsci/gdbsci.c
index eae0e855d4..24e17e98ed 100644
--- a/c/src/lib/libbsp/sh/shsim/gdbsci/gdbsci.c
+++ b/c/src/lib/libbsp/sh/shsim/gdbsci/gdbsci.c
@@ -17,7 +17,7 @@
#include <stdlib.h>
#include <rtems/libio.h>
-#include <iosupp.h>
+#include <rtems/iosupp.h>
#include <rtems/score/sh_io.h>
/* HACK: There must be something better than this :) */
#if defined(__sh1__)
diff --git a/c/src/lib/libbsp/sh/shsim/include/bsp.h b/c/src/lib/libbsp/sh/shsim/include/bsp.h
index ac7b3b5bda..96cca6dc7a 100644
--- a/c/src/lib/libbsp/sh/shsim/include/bsp.h
+++ b/c/src/lib/libbsp/sh/shsim/include/bsp.h
@@ -29,8 +29,8 @@ extern "C" {
#endif
#include <rtems.h>
-#include <clockdrv.h>
-#include <console.h>
+#include <rtems/clockdrv.h>
+#include <rtems/console.h>
/*
* confdefs.h overrides for this BSP: