intel_adsp: minor header include reorg/fixups

Minor reorg of headers and when they get included.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-07-16 08:16:45 -04:00
parent 9a28930ece
commit 356779448c
4 changed files with 8 additions and 4 deletions

View file

@ -2,10 +2,11 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/devicetree.h>
#include <stddef.h>
#include <stdint.h>
#include <zephyr/devicetree.h>
#include <soc.h>
#include <zephyr/arch/xtensa/cache.h>
#include <adsp_shim.h>

View file

@ -1,9 +1,12 @@
/* Copyright (c) 2022 Intel Corporation
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/spinlock.h>
#include <cavs_ipc.h>
#include <cavs-ipc-regs.h>
#include <zephyr/spinlock.h>
void cavs_ipc_set_message_handler(const struct device *dev,
cavs_ipc_handler_t fn, void *arg)

View file

@ -1,7 +1,7 @@
/* Copyright (c) 2021 Intel Corporation
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/zephyr.h>
#include <zephyr/kernel.h>
#include <cavs-idc.h>
#include <adsp_memory.h>
#include <adsp_shim.h>

View file

@ -2,10 +2,10 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/devicetree.h>
#include <stddef.h>
#include <stdint.h>
#include <zephyr/devicetree.h>
#include <soc.h>
#include <zephyr/arch/xtensa/cache.h>
#include <adsp_shim.h>