]> rtime.felk.cvut.cz Git - sysless.git/blob - board/arm/lpc178x-common/libs/ldscripts/keyval_loc.h
Introduction of LPC178x platform support by clone of LPC17xx.
[sysless.git] / board / arm / lpc178x-common / libs / ldscripts / keyval_loc.h
1 #ifndef _KEYVAL_LOC_H
2 #define _KEYVAL_LOC_H
3
4 extern int _keyval_start;
5 extern int _keyval_page_len;
6
7 #define KEYVAL_START ((unsigned int)&_keyval_start)
8 #define KEYVAL_PAGE_LEN ((unsigned int)&_keyval_page_len)
9
10 #endif  /* _KVPB_LOC */