TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
BOOLEAN EFIAPI | QemuFwCfgS3Enabled (VOID) |
Shared code for the PEI fw_cfg and DXE fw_cfg instances of the QemuFwCfgS3Lib class.
Copyright (C) 2017, Red Hat, Inc.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file QemuFwCfgS3PeiDxe.c.
BOOLEAN EFIAPI QemuFwCfgS3Enabled | ( | VOID | ) |
Determine if S3 support is explicitly enabled.
TRUE | If S3 support is explicitly enabled. Other functions in this library may be called (subject to their individual restrictions). |
FALSE Otherwise. This includes unavailability of the firmware configuration interface. No other function in this library must be called.
Definition at line 27 of file QemuFwCfgS3PeiDxe.c.