14 lines
		
	
	
		
			286 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			286 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0-only */
 | |
| /*
 | |
|  * Common Hyper-V on KVM and KVM on Hyper-V definitions (SVM).
 | |
|  */
 | |
| 
 | |
| #ifndef __ARCH_X86_KVM_SVM_HYPERV_H__
 | |
| #define __ARCH_X86_KVM_SVM_HYPERV_H__
 | |
| 
 | |
| #include <asm/mshyperv.h>
 | |
| 
 | |
| #include "../hyperv.h"
 | |
| 
 | |
| #endif /* __ARCH_X86_KVM_SVM_HYPERV_H__ */
 |