intel_adsp: add missing headers

add headers previously included indirectly.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-10-11 12:44:34 -04:00
parent c75ac38f6c
commit 1e7548eeda
4 changed files with 5 additions and 0 deletions

View file

@ -7,6 +7,7 @@
#include <zephyr/device.h>
#include <zephyr/devicetree.h>
#include <zephyr/irq_nextlevel.h>
#include <zephyr/arch/xtensa/irq.h>
#ifdef CONFIG_DYNAMIC_INTERRUPTS
#include <zephyr/sw_isr_table.h>
#endif

View file

@ -5,6 +5,7 @@
#include <cavs-idc.h>
#include <adsp_memory.h>
#include <adsp_shim.h>
#include <soc.h>
/* IDC power up message to the ROM firmware. This isn't documented
* anywhere, it's basically just a magic number (except the high bit,

View file

@ -5,6 +5,8 @@
#include <zephyr/arch/xtensa/cache.h>
#include <zephyr/device.h>
#include <zephyr/devicetree.h>
#include <errno.h>
#include <soc.h>
#include <mem_window.h>

View file

@ -5,6 +5,7 @@
#include <zephyr/arch/xtensa/cache.h>
#include <zephyr/device.h>
#include <zephyr/devicetree.h>
#include <zephyr/arch/cpu.h>
#include <adsp_memory.h>
#include <adsp_shim.h>