1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * include/asm-x86/hvm/vm_event.h
4  *
5  * Hardware virtual machine vm_event abstractions.
6  */
7 
8 #ifndef __ASM_X86_HVM_VM_EVENT_H__
9 #define __ASM_X86_HVM_VM_EVENT_H__
10 
11 void hvm_vm_event_do_resume(struct vcpu *v);
12 
13 #endif /* __ASM_X86_HVM_VM_EVENT_H__ */
14 
15 /*
16  * Local variables:
17  * mode: C
18  * c-file-style: "BSD"
19  * c-basic-offset: 4
20  * tab-width: 4
21  * indent-tabs-mode: nil
22  * End:
23  */
24