intel_adsp: add missing headers
add headers previously included indirectly. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
c75ac38f6c
commit
1e7548eeda
4 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue