]> rtime.felk.cvut.cz Git - lincan.git/blob - embedded/board/arm/lpc17xx-common/libs/ldscripts/mem_loc.h
Merge master into can-usb1 branch to include proc update for 3.12+ kernels.
[lincan.git] / embedded / board / arm / lpc17xx-common / libs / ldscripts / mem_loc.h
1 #ifndef _MEM_LOC_H
2 #define _MEM_LOC_H
3
4 extern int _mem_app_start;
5
6 #define MEM_APP_START ((unsigned int)&_mem_app_start)
7
8 #endif  /* _MEM_LOC */