soc: migrate includes to <zephyr/...>

In order to bring consistency in-tree, migrate all soc code to the
new prefix <zephyr/...>. Note that the conversion has been scripted,
refer to zephyrproject-rtos#45388 for more details.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-05-06 11:11:04 +02:00 committed by Carles Cufí
commit 0e69129fb3
322 changed files with 850 additions and 850 deletions

View file

@ -8,7 +8,7 @@
#include <soc.h>
#include <stm32_ll_hsem.h>
#include <kernel.h>
#include <zephyr/kernel.h>
#if defined(CONFIG_SOC_SERIES_STM32WBX) || defined(CONFIG_STM32H7_DUAL_CORE)
/** HW semaphore Complement ID list defined in hw_conf.h from STM32WB