summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-10-01 09:35:40 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-10-01 09:35:40 +0000
commit68f39d5830ef4e4b7c669b405bb1004b832f13c3 (patch)
treee0a7ffed776d3f0f5ab9eb5c8a1a7ba73158a498 /c/src/lib/libbsp/powerpc/gen5200/include/bsp.h
parent2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-68f39d5830ef4e4b7c669b405bb1004b832f13c3.tar.bz2
2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/bsp.h: #include <bspopts.h> first.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen5200/include/bsp.h')
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/include/bsp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h b/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h
index 2ce065139a..1c9529b8be 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/include/bsp.h
@@ -23,6 +23,8 @@
#ifndef __GEN5200_BSP_h
#define __GEN5200_BSP_h
+#include <bspopts.h>
+
#include <libcpu/powerpc-utility.h>
/*
@@ -130,7 +132,6 @@ LINKER_SYMBOL(MBAR);
extern "C" {
#endif
-#include "bspopts.h"
#include <rtems.h>
#include <rtems/console.h>