arch: move arch_interface.h under zephyr/arch
arch_interface.h is for architecture and should not be under sys/. So move it under include/zephyr/arch/. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
f36570a357
commit
3664ed64c3
17 changed files with 18 additions and 20 deletions
|
@ -9,7 +9,7 @@
|
|||
* @brief Internal kernel APIs implemented at the architecture layer.
|
||||
*
|
||||
* Not all architecture-specific defines are here, APIs that are used
|
||||
* by public functions and macros are defined in include/sys/arch_interface.h.
|
||||
* by public functions and macros are defined in include/zephyr/arch/arch_interface.h.
|
||||
*
|
||||
* For all inline functions prototyped here, the implementation is expected
|
||||
* to be provided by arch/ARCH/include/kernel_arch_func.h
|
||||
|
@ -18,7 +18,7 @@
|
|||
#define ZEPHYR_KERNEL_INCLUDE_KERNEL_ARCH_INTERFACE_H_
|
||||
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/sys/arch_interface.h>
|
||||
#include <zephyr/arch/arch_interface.h>
|
||||
|
||||
#ifndef _ASMLANGUAGE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue