summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/shsim/include/bsp.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-15 19:18:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-15 19:18:31 +0000
commit512d0fcba10b84737fbaca5dd078995000667120 (patch)
tree672cf547719761f6016854ba3cdf72d541c18d62 /c/src/lib/libbsp/sh/shsim/include/bsp.h
parent2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-512d0fcba10b84737fbaca5dd078995000667120.tar.bz2
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, include/bsp.h, startup/linkcmds: Use shared bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization. After factoring this out, it turned out that all SuperH BSPs has the same bsp_start() implementation so this was made shared.
Diffstat (limited to 'c/src/lib/libbsp/sh/shsim/include/bsp.h')
-rw-r--r--c/src/lib/libbsp/sh/shsim/include/bsp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/sh/shsim/include/bsp.h b/c/src/lib/libbsp/sh/shsim/include/bsp.h
index 9644fcdcae..3613fe8fa7 100644
--- a/c/src/lib/libbsp/sh/shsim/include/bsp.h
+++ b/c/src/lib/libbsp/sh/shsim/include/bsp.h
@@ -56,11 +56,6 @@ extern "C" {
* Defined in the linker script 'linkcmds'
*/
-extern uint32_t HeapStart ;
-extern uint32_t HeapEnd ;
-extern uint32_t WorkSpaceStart ;
-extern uint32_t WorkSpaceEnd ;
-
extern void *CPU_Interrupt_stack_low ;
extern void *CPU_Interrupt_stack_high ;