Zephyr API Documentation
3.5.0
A Scalable Open Source RTOS
|
|
3.5.0 |
Linkable loadable extension. More...
#include <llext.h>
Data Fields | |
char | name [16] |
Name of the llext. | |
void * | mem [LLEXT_MEM_COUNT] |
Lookup table of llext memory regions. | |
size_t | mem_size |
Total size of the llext memory usage. | |
struct llext_symtable | sym_tab |
Exported symbols from the llext, may be linked against by other llext. | |
Linkable loadable extension.
void* llext::mem[LLEXT_MEM_COUNT] |
Lookup table of llext memory regions.
size_t llext::mem_size |
Total size of the llext memory usage.
char llext::name[16] |
Name of the llext.
struct llext_symtable llext::sym_tab |
Exported symbols from the llext, may be linked against by other llext.