]>
git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.c
2 Null S3 Library instance does nothing and returns unsupported status.
4 This library instance is no longer used and module using this library
5 class should update to directly locate EFI_PEI_S3_RESUME_PPI defined
6 in PI 1.2 specification.
8 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
9 SPDX-License-Identifier: BSD-2-Clause-Patent
13 #include <Library/S3Lib.h>
16 This function is responsible for calling the S3 resume vector in the ACPI Tables.
18 @retval EFI_SUCESS Success to restore config from S3.
19 @retval Others Fail to restore config from S3.
27 return EFI_UNSUPPORTED
;