sections.h: define application-level sections

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2017-06-14 16:08:16 -07:00 committed by Anas Nashif
commit 8eed4b0309
2 changed files with 6 additions and 2 deletions

View file

@ -23,6 +23,10 @@
#define _BSS_SECTION_NAME bss
#define _NOINIT_SECTION_NAME noinit
#define _APP_DATA_SECTION_NAME app_datas
#define _APP_BSS_SECTION_NAME app_bss
#define _APP_NOINIT_SECTION_NAME app_noinit
#define _UNDEFINED_SECTION_NAME undefined
/* Various text section names */