We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11c5dd commit c360284Copy full SHA for c360284
soc/xtensa/intel_adsp/ace/multiprocessing.c
@@ -4,6 +4,7 @@
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
+#include <zephyr/init.h>
8
#include <zephyr/kernel.h>
9
#include <zephyr/sys/check.h>
10
#include <zephyr/arch/cpu.h>
soc/xtensa/intel_adsp/common/boot_complete.c
@@ -5,6 +5,7 @@
#include <zephyr/arch/xtensa/arch.h>
#include <zephyr/device.h>
#include <zephyr/devicetree.h>
#include <errno.h>
#include <soc.h>
11
0 commit comments