* include/bsp.h: Added missing include.
This commit is contained in:
Joel Sherrill
2009-03-09 17:00:40 +00:00
parent 199db78eed
commit 9cb3851b7d
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-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove stray % from '*startfile:' having crept in

View File

@@ -40,6 +40,8 @@
#ifndef _BSP_H
#define _BSP_H
#include <libcpu/powerpc-utility.h>
LINKER_SYMBOL(TopRamReserved);
LINKER_SYMBOL( bsp_ram_start);