coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pmclib.h
Go to the documentation of this file.
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  */
11 
12 #endif
int southbridge_detect_s3_resume(void)
Definition: pmclib.c:18