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

In order to bring consistency in-tree, migrate all subsystems 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:12:04 +02:00 committed by Carles Cufí
commit 5113c1418d
726 changed files with 2931 additions and 2931 deletions

View file

@ -8,12 +8,12 @@
#include <limits.h>
#include <stdlib.h>
#include <fs/fcb.h>
#include <zephyr/fs/fcb.h>
#include "fcb_priv.h"
#include "string.h"
#include <errno.h>
#include <device.h>
#include <drivers/flash.h>
#include <zephyr/device.h>
#include <zephyr/drivers/flash.h>
uint8_t
fcb_get_align(const struct fcb *fcb)

View file

@ -8,7 +8,7 @@
#include <stddef.h>
#include <string.h>
#include <fs/fcb.h>
#include <zephyr/fs/fcb.h>
#include "fcb_priv.h"
static struct flash_sector *

View file

@ -5,9 +5,9 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <sys/crc.h>
#include <zephyr/sys/crc.h>
#include <fs/fcb.h>
#include <zephyr/fs/fcb.h>
#include "fcb_priv.h"
/*

View file

@ -7,7 +7,7 @@
#include <stddef.h>
#include <fs/fcb.h>
#include <zephyr/fs/fcb.h>
#include "fcb_priv.h"
int

View file

@ -5,7 +5,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <fs/fcb.h>
#include <zephyr/fs/fcb.h>
#include "fcb_priv.h"
int

View file

@ -5,7 +5,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <fs/fcb.h>
#include <zephyr/fs/fcb.h>
#include "fcb_priv.h"
/*