x86: Detect running on a Microsoft HyperV system
[firefly-linux-kernel-4.4.55.git] / arch / x86 / include / asm / mshyperv.h
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