mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
plugins: plugin_bss_start[] and plugin_end_addr[] are only for NATIVE builds
Change-Id: I5a856cd89126c3aa8f718536a8ddadfae80bb15a
This commit is contained in:
parent
a7a21bd311
commit
b21c477819
1 changed files with 2 additions and 0 deletions
|
@ -32,8 +32,10 @@ PLUGIN_HEADER
|
|||
#define EXIT_MAGIC 0x0CDEBABE
|
||||
|
||||
extern enum plugin_status plugin_start(const void*);
|
||||
#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
|
||||
extern unsigned char plugin_bss_start[];
|
||||
extern unsigned char plugin_end_addr[];
|
||||
#endif
|
||||
|
||||
static jmp_buf __exit_env;
|
||||
/* only 1 atexit handler for now, chain in the exit handler if you need more */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue