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:
parent
3702f7220a
commit
5113c1418d
726 changed files with 2931 additions and 2931 deletions
|
@ -5,9 +5,9 @@
|
|||
*/
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <kernel.h>
|
||||
#include <sys/atomic.h>
|
||||
#include <timing/timing.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/sys/atomic.h>
|
||||
#include <zephyr/timing/timing.h>
|
||||
|
||||
static bool has_inited;
|
||||
static atomic_val_t started_ref;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue