summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/mshyperv.h
blob: 6cd8101d13444be1874113043c6dd23fa8b5079b (plain) (blame)
1
2
3
4
5
6
7
#ifndef ASM_X86__MSHYPER_H
#define ASM_X86__MSHYPER_H

int ms_hyperv_platform(void);
void __cpuinit ms_hyperv_set_feature_bits(struct cpuinfo_x86 *c);

#endif