1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #ifndef INTEL_COMMON_PMCLIB_H 4 #define INTEL_COMMON_PMCLIB_H 5 6 /* 7 * Returns 1 if platform was in ACPI S3 power state and CONFIG(HAVE_ACPI_RESUME) 8 * is enabled else returns 0. 9 */ 10 int southbridge_detect_s3_resume(void); 11 12 #endif 13