hyperv.h 286 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Common Hyper-V on KVM and KVM on Hyper-V definitions (SVM).
  4. */
  5. #ifndef __ARCH_X86_KVM_SVM_HYPERV_H__
  6. #define __ARCH_X86_KVM_SVM_HYPERV_H__
  7. #include <asm/mshyperv.h>
  8. #include "../hyperv.h"
  9. #endif /* __ARCH_X86_KVM_SVM_HYPERV_H__ */