blob: fd87a01a95359d81c4e8ed49ae9eb6326b2768de [file] [log] [blame]
Angel Pons182dbde2020-04-02 23:49:05 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Patrick Rudolph1ae592b2019-03-24 14:41:45 +01002
3#ifndef INTEL_COMMON_PMCLIB_H
4#define INTEL_COMMON_PMCLIB_H
5
6/*
Nico Hubered23fed2019-04-13 17:10:51 +02007 * Returns 1 if platform was in ACPI S3 power state and CONFIG(HAVE_ACPI_RESUME)
Patrick Rudolph1ae592b2019-03-24 14:41:45 +01008 * is enabled else returns 0.
9 */
10int southbridge_detect_s3_resume(void);
11
12#endif