doc: migration-notes/3.7: moving of arch_interface.h
Mention the moving of arch_interface.h from include/zephyr/sys/ to include/zephyr/arch/. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
018d41845e
commit
9750920c79
1 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,10 @@ Kernel
|
|||
|
||||
* The named struct ``z_arch_esf_t`` is now deprecated. Use ``struct arch_esf`` instead. (:github:`73593`)
|
||||
|
||||
* The header file :zephyr_file:`include/zephyr/arch/arch_interface.h` has been moved from
|
||||
``include/zephyr/sys/`` into ``include/zephyr/arch/``. Out-of-tree source files will need to
|
||||
update the include path. (:github:`64987`)
|
||||
|
||||
Boards
|
||||
******
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue