arch: migrate includes to <zephyr/...>
In order to bring consistency in-tree, migrate all arch 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
db508379c2
commit
16811660ee
180 changed files with 581 additions and 581 deletions
|
@ -5,9 +5,9 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <kernel.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <ksched.h>
|
||||
#include <arch/riscv/csr.h>
|
||||
#include <zephyr/arch/riscv/csr.h>
|
||||
#include <stdio.h>
|
||||
#include <pmp.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue