xref: /aosp_15_r20/external/coreboot/src/southbridge/intel/common/pmclib.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
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