aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/acrn.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/acrn.h')
-rw-r--r--arch/x86/include/asm/acrn.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/x86/include/asm/acrn.h b/arch/x86/include/asm/acrn.h
deleted file mode 100644
index 4adb13f08af71c..00000000000000
--- a/arch/x86/include/asm/acrn.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _ASM_X86_ACRN_H
-#define _ASM_X86_ACRN_H
-
-extern void acrn_hv_callback_vector(void);
-#ifdef CONFIG_TRACING
-#define trace_acrn_hv_callback_vector acrn_hv_callback_vector
-#endif
-
-extern void acrn_hv_vector_handler(struct pt_regs *regs);
-#endif /* _ASM_X86_ACRN_H */