hv_is_hibernation_supported
allow_hibernation = hv_is_hibernation_supported();
EXPORT_SYMBOL_GPL(hv_is_hibernation_supported);
hibernation_supported = hv_is_hibernation_supported();
return sprintf(buf, "%d\n", !!hv_is_hibernation_supported());
bool hv_is_hibernation_supported(void);