mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-12 02:15:21 +00:00
Fix doxygen comment typos used to generate API docs Change-Id: I6fd5051c99bdcc731740c92001e525349c254d85 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
20 lines
293 B
ArmAsm
20 lines
293 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(_loapic_spurious_handler)
|
|
|
|
SECTION_FUNC(TEXT, _loapic_spurious_handler)
|
|
iret
|
|
|