summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/score603e/startup/FPGA.c
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/powerpc/score603e/startup/FPGA.c
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 '')
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/startup/FPGA.c7
1 files changed, 3 insertions, 4 deletions
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
*/