summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-09 17:00:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-09 17:00:40 +0000
commit9cb3851b7daab08fd9559274fdfd54ced6a47ec4 (patch)
tree9b33ea13e1c00b74db01c55ff42daf26470a9fe6 /c/src
parent2009-03-09 Antoine Lacroix <antoine.lacroix at sodern.fr> (diff)
downloadrtems-9cb3851b7daab08fd9559274fdfd54ced6a47ec4.tar.bz2
2009-03-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* include/bsp.h: Added missing include.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog b/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog
index e3401de6b2..79959ec185 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog
@@ -1,3 +1,7 @@
+2009-03-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * include/bsp.h: Added missing include.
+
2009-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove stray % from '*startfile:' having crept in
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h b/c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h
index 167e6e0bcf..2f4a87ea46 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h
@@ -40,6 +40,8 @@
#ifndef _BSP_H
#define _BSP_H
+#include <libcpu/powerpc-utility.h>
+
LINKER_SYMBOL(TopRamReserved);
LINKER_SYMBOL( bsp_ram_start);