diff options
Diffstat (limited to 'arch/x86/include/asm/mshyperv.h')
-rw-r--r-- | arch/x86/include/asm/mshyperv.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/include/asm/mshyperv.h b/arch/x86/include/asm/mshyperv.h new file mode 100644 index 000000000000..6cd8101d1344 --- /dev/null +++ b/arch/x86/include/asm/mshyperv.h | |||
@@ -0,0 +1,7 @@ | |||
1 | #ifndef ASM_X86__MSHYPER_H | ||
2 | #define ASM_X86__MSHYPER_H | ||
3 | |||
4 | int ms_hyperv_platform(void); | ||
5 | void __cpuinit ms_hyperv_set_feature_bits(struct cpuinfo_x86 *c); | ||
6 | |||
7 | #endif | ||