mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-24 03:46:16 +00:00
Rename reserved function names in drivers/ subdirectory. Update function macros concatenatenating function names with '##'. As there is a conflict between the existing gpio_sch_manage_callback() and _gpio_sch_manage_callback() names, leave the latter unmodified. Signed-off-by: Patrik Flykt <patrik.flykt@intel.com>
20 lines
295 B
ArmAsm
20 lines
295 B
ArmAsm
/*
|
|
* Copyright (c) 2015 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/**
|
|
* @file
|
|
* @brief LOAPIC spurious interrupt handler
|
|
*/
|
|
|
|
#include <kernel_structs.h>
|
|
#include <arch/x86/asm.h>
|
|
|
|
GTEXT(z_loapic_spurious_handler)
|
|
|
|
SECTION_FUNC(TEXT, z_loapic_spurious_handler)
|
|
iret
|
|
|