Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
buf_loader.h File Reference

LLEXT buffer loader implementation. More...

Go to the source code of this file.

Data Structures

struct  llext_buf_loader
 Implementation of llext_loader that reads from a memory buffer. More...
 

Macros

#define LLEXT_BUF_LOADER(_buf, _buf_len)
 Initializer for an llext_buf_loader structure.
 
#define LLEXT_TEMPORARY_BUF_LOADER(_buf, _buf_len)
 
#define LLEXT_PERSISTENT_BUF_LOADER(_buf, _buf_len)
 Initialize an llext_buf_loader structure for a persistent, read-only buffer.
 
#define LLEXT_WRITABLE_BUF_LOADER(_buf, _buf_len)
 Initialize an llext_buf_loader structure for a persistent, writable buffer.
 

Detailed Description

LLEXT buffer loader implementation.