zephyr/drivers/interrupt_controller/intc_loapic_spurious.S
Gerard Marull-Paretas 4b91c2d79f 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>
2022-05-09 12:45:29 -04:00

20 lines
321 B
ArmAsm

/*
* Copyright (c) 2015 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief LOAPIC spurious interrupt handler
*/
#include <zephyr/kernel_structs.h>
#include <zephyr/arch/x86/ia32/asm.h>
GTEXT(z_loapic_spurious_handler)
SECTION_FUNC(PINNED_TEXT, z_loapic_spurious_handler)
iret