soc: xtensa: intel_adsp: common: add missing section_tags.h

Needed by the `__imr` section tag.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2023-08-30 10:20:41 +02:00 committed by Carles Cufí
commit 6cdabb4dff

View file

@ -4,6 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/device.h>
#include <zephyr/linker/section_tags.h>
extern void power_init(void);
extern void adsp_clock_init(void);