]> rtime.felk.cvut.cz Git - lincan.git/blob - embedded/board/arm/ul_usb1/libs/ldscripts/mem_loc.h
Included ARM LPC21xx related code from uLan project. The snapshot date is 2008-07-05
[lincan.git] / embedded / board / arm / ul_usb1 / 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 */