x86/paravirt: Remove const mark from x86_hyper_xen_hvm variable
[linux-2.6-block.git] / arch / x86 / include / asm / hypervisor.h
index f7b4c5338428fc8e29bc63ff1832c6b38398c1ab..e41cbf2ec41d2031ef9d1ee919a359f75daf20a1 100644 (file)
@@ -58,6 +58,14 @@ struct hypervisor_x86 {
        bool ignore_nopv;
 };
 
+extern const struct hypervisor_x86 x86_hyper_vmware;
+extern const struct hypervisor_x86 x86_hyper_ms_hyperv;
+extern const struct hypervisor_x86 x86_hyper_xen_pv;
+extern const struct hypervisor_x86 x86_hyper_kvm;
+extern const struct hypervisor_x86 x86_hyper_jailhouse;
+extern const struct hypervisor_x86 x86_hyper_acrn;
+extern struct hypervisor_x86 x86_hyper_xen_hvm;
+
 extern bool nopv;
 extern enum x86_hypervisor_type x86_hyper_type;
 extern void init_hypervisor_platform(void);