zephyr/include/zephyr/llext
Marc Herbert 01a8202135 llext: fix llext_find_sym() not to return a "const" value
Returned values are copies, so trying to "const" return values cannot
have any effect.

Fixes the following compiler warning:
```
llext.h:165: warning: type qualifiers ignored on function return type
```

Fixes commit 41e0a4a371 ("llext: Linkable loadable extensions")

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2024-04-16 09:06:49 +02:00
..
buf_loader.h llext: add llext_peek() 2023-11-10 10:40:26 +01:00
elf.h llext: Full ARM ELF relocation support 2024-04-10 14:13:15 -04:00
llext.h llext: fix llext_find_sym() not to return a "const" value 2024-04-16 09:06:49 +02:00
loader.h llext: add support for relocatable objects on Xtensa 2024-04-05 21:54:47 -05:00
symbol.h llext: rework LL_EXTENSION_SYMBOL to generate const structs 2024-03-28 16:03:07 -05:00