Zephyr API Documentation
4.0.0-rc3
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
llext_internal.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2024 Intel Corporation
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_LLEXT_INTERNAL_H
8
#define ZEPHYR_LLEXT_INTERNAL_H
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
21
struct
llext_loader
;
22
struct
llext
;
23
24
const
void
*llext_loaded_sect_ptr(
struct
llext_loader
*ldr,
struct
llext
*ext,
unsigned
int
sh_ndx);
25
28
#ifdef __cplusplus
29
}
30
#endif
31
32
#endif
/* ZEPHYR_LLEXT_INTERNAL_H */
llext_loader
Linkable loadable extension loader context.
Definition
loader.h:42
llext
Structure describing a linkable loadable extension.
Definition
llext.h:77
zephyr
llext
llext_internal.h
Generated on Tue Nov 12 2024 18:02:54 for Zephyr API Documentation by
1.12.0