mshyperv.h 159 B

1234567
  1. #ifndef ASM_X86__MSHYPER_H
  2. #define ASM_X86__MSHYPER_H
  3. int ms_hyperv_platform(void);
  4. void __cpuinit ms_hyperv_set_feature_bits(struct cpuinfo_x86 *c);
  5. #endif