summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-01 21:20:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-01 21:20:47 +0000
commit1ae05bffa4124bed895712594c043e8acacafcba (patch)
tree1002ddc417a15ae8125f359a888518ac2002b957 /c/src/lib/libbsp
parent2000-11-01 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-1ae05bffa4124bed895712594c043e8acacafcba.tar.bz2
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as <rtems/XXX.h>. Header file order was cleaned up while doing this.
Diffstat (limited to 'c/src/lib/libbsp')
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/ChangeLog7
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/startup/82378zb.c9
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/startup/FPGA.c7
3 files changed, 15 insertions, 8 deletions
diff --git a/c/src/lib/libbsp/powerpc/score603e/ChangeLog b/c/src/lib/libbsp/powerpc/score603e/ChangeLog
index 0693dac51d..819bdf01bd 100644
--- a/c/src/lib/libbsp/powerpc/score603e/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/score603e/ChangeLog
@@ -1,5 +1,12 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
+ * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
+ libio.h, and libcsupport.h moved from libc to lib/include/rtems and
+ now must be referenced as <rtems/XXX.h>. Header file order
+ was cleaned up while doing this.
+
+2000-11-01 Joel Sherrill <joel@OARcorp.com>
+
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
and libcsupport.h moved from libc to lib/include/rtems and
now must be referenced as <rtems/XXX.h>. Header file order
diff --git a/c/src/lib/libbsp/powerpc/score603e/startup/82378zb.c b/c/src/lib/libbsp/powerpc/score603e/startup/82378zb.c
index 908ed5d25c..6aef079d01 100644
--- a/c/src/lib/libbsp/powerpc/score603e/startup/82378zb.c
+++ b/c/src/lib/libbsp/powerpc/score603e/startup/82378zb.c
@@ -13,13 +13,14 @@
#include <bsp.h>
#if (SCORE603E_GENERATION == 1)
-#include <rtems/libio.h>
-
-#include <libcsupport.h>
-
#include <string.h>
#include <fcntl.h>
#include <assert.h>
+
+#include <rtems/libio.h>
+#include <rtems/libcsupport.h>
+
+
/*
* initialize 82378zb
*/
diff --git a/c/src/lib/libbsp/powerpc/score603e/startup/FPGA.c b/c/src/lib/libbsp/powerpc/score603e/startup/FPGA.c
index 25a990d0ab..52781f746a 100644
--- a/c/src/lib/libbsp/powerpc/score603e/startup/FPGA.c
+++ b/c/src/lib/libbsp/powerpc/score603e/startup/FPGA.c
@@ -13,14 +13,13 @@
#include <bsp.h>
#if (SCORE603E_GENERATION == 2)
-#include <rtems/libio.h>
-
-#include <libcsupport.h>
-
#include <string.h>
#include <fcntl.h>
#include <assert.h>
+#include <rtems/libio.h>
+#include <rtems/libcsupport.h>
+
/*
* initialize FPGA
*/