sections.h: define application-level sections
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
1eaccb0bb7
commit
8eed4b0309
2 changed files with 6 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue