blob: fd87a01a95359d81c4e8ed49ae9eb6326b2768de [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef INTEL_COMMON_PMCLIB_H
#define INTEL_COMMON_PMCLIB_H
/*
* Returns 1 if platform was in ACPI S3 power state and CONFIG(HAVE_ACPI_RESUME)
* is enabled else returns 0.
*/
int southbridge_detect_s3_resume(void);
#endif