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:
parent
c360284c6e
commit
6cdabb4dff
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
#include <zephyr/device.h>
|
#include <zephyr/device.h>
|
||||||
|
#include <zephyr/linker/section_tags.h>
|
||||||
|
|
||||||
extern void power_init(void);
|
extern void power_init(void);
|
||||||
extern void adsp_clock_init(void);
|
extern void adsp_clock_init(void);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue