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:
parent
5f5a905784
commit
0e69129fb3
322 changed files with 850 additions and 850 deletions
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
#include "pinctrl_soc.h"
|
||||
#include <dt-bindings/pinctrl/renesas/pinctrl-r8a77951.h>
|
||||
#include <zephyr/dt-bindings/pinctrl/renesas/pinctrl-r8a77951.h>
|
||||
|
||||
const struct pfc_drive_reg pfc_drive_regs[] = {
|
||||
/* DRVCTRL0 */
|
||||
|
|
|
@ -8,10 +8,10 @@
|
|||
#ifndef ZEPHYR_SOC_ARM_RENESAS_RCAR_GEN3_PINCTRL_SOC_H_
|
||||
#define ZEPHYR_SOC_ARM_RENESAS_RCAR_GEN3_PINCTRL_SOC_H_
|
||||
|
||||
#include <devicetree.h>
|
||||
#include <dt-bindings/pinctrl/renesas/pinctrl-rcar-common.h>
|
||||
#include <zephyr/devicetree.h>
|
||||
#include <zephyr/dt-bindings/pinctrl/renesas/pinctrl-rcar-common.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/util_macro.h>
|
||||
#include <zephyr/sys/util_macro.h>
|
||||
|
||||
struct rcar_pin_func {
|
||||
uint8_t bank:5; /* bank number 0 - 18 */
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <kernel.h>
|
||||
#include <device.h>
|
||||
#include <init.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/device.h>
|
||||
#include <zephyr/init.h>
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue