diff options
Diffstat (limited to 'cc3200/util/gccollect.h')
-rw-r--r-- | cc3200/util/gccollect.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cc3200/util/gccollect.h b/cc3200/util/gccollect.h index 8e4c8896bf..b8b6502cb2 100644 --- a/cc3200/util/gccollect.h +++ b/cc3200/util/gccollect.h @@ -30,6 +30,8 @@ extern uint32_t _etext; extern uint32_t _sidata; extern uint32_t _data; extern uint32_t _edata; +extern uint32_t _boot; +extern uint32_t _eboot; extern uint32_t _bss; extern uint32_t _ebss; extern uint32_t _heap; |