]> Git Repo - J-linux.git/blob - arch/x86/include/asm/mshyperv.h
mm, x86: Saving vmcore with non-lazy freeing of vmas
[J-linux.git] / arch / x86 / include / asm / mshyperv.h
1 #ifndef _ASM_X86_MSHYPER_H
2 #define _ASM_X86_MSHYPER_H
3
4 #include <linux/types.h>
5 #include <asm/hyperv.h>
6
7 struct ms_hyperv_info {
8         u32 features;
9         u32 hints;
10 };
11
12 extern struct ms_hyperv_info ms_hyperv;
13
14 #endif
This page took 0.028733 seconds and 4 git commands to generate.