asm: update files with <zephyr/...> include prefix
Assembler files were not migrated with the new <zephyr/...> prefix. Note that the conversion has been scripted, refer to #45388 for more details. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
d342e4c4c1
commit
4b91c2d79f
92 changed files with 263 additions and 263 deletions
|
@ -9,8 +9,8 @@
|
|||
* @brief LOAPIC spurious interrupt handler
|
||||
*/
|
||||
|
||||
#include <kernel_structs.h>
|
||||
#include <arch/x86/ia32/asm.h>
|
||||
#include <zephyr/kernel_structs.h>
|
||||
#include <zephyr/arch/x86/ia32/asm.h>
|
||||
|
||||
GTEXT(z_loapic_spurious_handler)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue