summaryrefslogtreecommitdiffstats
path: root/bsps/sh/shsim/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sh/shsim/include/bsp.h')
-rw-r--r--bsps/sh/shsim/include/bsp.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/bsps/sh/shsim/include/bsp.h b/bsps/sh/shsim/include/bsp.h
index 7b8236b09a..ff63b3849b 100644
--- a/bsps/sh/shsim/include/bsp.h
+++ b/bsps/sh/shsim/include/bsp.h
@@ -46,12 +46,6 @@ void *clock_driver_sim_idle_body(uintptr_t);
#define BSP_IDLE_TASK_BODY clock_driver_sim_idle_body
/*
- * Defined in the linker script 'linkcmds'
- */
-extern void *CPU_Interrupt_stack_low;
-extern void *CPU_Interrupt_stack_high;
-
-/*
* BSP methods that cross file boundaries.
*/
int _sys_exit (int n);