* include/bsp.h: Added missing include.
This commit is contained in:
Joel Sherrill
2009-03-09 17:00:20 +00:00
parent 94da794635
commit cdb6eae1e3
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2009-03-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* include/bsp.h: Added missing include.
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Change prototype of IDLE thread to consistently

View File

@@ -45,6 +45,8 @@
*/
#define BSP_HAS_TQMMON
#include <libcpu/powerpc-utility.h>
LINKER_SYMBOL(TopRamReserved);
LINKER_SYMBOL( bsp_ram_start);