]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/S3Lib.h
MdeModulePkg: Remove S3Lib.h and PeiS3LibNull
[mirror_edk2.git] / MdeModulePkg / Include / Library / S3Lib.h
diff --git a/MdeModulePkg/Include/Library/S3Lib.h b/MdeModulePkg/Include/Library/S3Lib.h
deleted file mode 100644 (file)
index 171c0cc..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/** @file\r
-  S3 library class defines a set of methods related to S3 boot mode.\r
-  This library class is no longer used and modules using this library should\r
-  directly locate EFI_PEI_S3_RESUME_PPI, defined in the PI 1.2 specification.\r
-\r
-Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR>\r
-SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-**/\r
-\r
-#ifndef __S3_LIB_H__\r
-#define __S3_LIB_H__\r
-\r
-/**\r
-  This function is responsible for calling the S3 resume vector in the ACPI Tables.\r
-\r
-  @retval EFI_SUCCESS   Successfully restored the configuration from S3.\r
-  @retval Others       Failed to restore the configuration from S3.\r
-\r
-**/\r
-EFI_STATUS\r
-EFIAPI\r
-AcpiS3ResumeOs (\r
-  VOID\r
-  );\r
-\r
-#endif\r
-\r