#ifndef BSP_LINKDEFS_H_
#define BSP_LINKDEFS_H_
#define BSP_HEAP_START_SYM __end__
#define BSP_HEAP_END_SYM __StackLimit /* __HeapLimit? */
#endif