Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
Internal kernel APIs with public scope. More...
Internal kernel APIs with public scope.
Any public kernel APIs that are implemented as inline functions and need to call architecture-specific API so will have the prototypes for the architecture-specific APIs here. Architecture APIs that aren't used in this way go in kernel/include/kernel_arch_interface.h.
The set of architecture-specific APIs used internally by public macros and inline functions in public headers are also specified and documented.
For all macros and inline function prototypes described herein, <arch/cpu.h> must eventually pull in full definitions for all of them (the actual macro defines and inline function bodies)
include/kernel.h and other public headers depend on definitions in this header.