]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/x86/include/asm/acrn.h
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-hirsute-kernel.git] / arch / x86 / include / asm / acrn.h
CommitLineData
498ad393
ZY
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _ASM_X86_ACRN_H
3#define _ASM_X86_ACRN_H
4
5extern void acrn_hv_callback_vector(void);
6#ifdef CONFIG_TRACING
7#define trace_acrn_hv_callback_vector acrn_hv_callback_vector
8#endif
9
10extern void acrn_hv_vector_handler(struct pt_regs *regs);
11#endif /* _ASM_X86_ACRN_H */