mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-11 15:42:57 +00:00
_Swap() is defined in nano_internal.h. Everything calls _Swap(). Pretty much nothing that called _Swap() included nano_internal.h, expecting it to be picked up automatically through other headers (as it happened, from the kernel arch-specific include file). A new _Swap() is going to need some other symbols in the inline definition, so I needed to break that cycle. Now nothing sees _Swap() defined anymore. Put nano_internal.h everywhere it's needed. Our kernel includes remain a big awful yucky mess. This makes things more correct but no less ugly. Needs cleanup. Signed-off-by: Andy Ross <andrew.j.ross@intel.com> |
||
---|---|---|
.. | ||
application_development/gen_inc_file | ||
benchmarks | ||
bluetooth | ||
boards/altera_max10 | ||
booting/stub | ||
compliance | ||
crypto | ||
drivers | ||
include | ||
kernel | ||
lib/json | ||
misc/test_build | ||
net | ||
power | ||
shell | ||
subsys | ||
sys/ringbuffer | ||
unit | ||
ztest | ||
CMakeLists.txt | ||
Kconfig |