X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FInclude%2FLibrary%2FS3Lib.h;h=c8fa22aabac53d275b60684e68ef525462f8e38f;hp=0059e0193c4dab458b12d49c90652261a81febc2;hb=8d7e5af111456e900d18d9b063860923b3eeea28;hpb=4fb31c2c5828aa51a8bfed98778d1be919981d2b diff --git a/MdeModulePkg/Include/Library/S3Lib.h b/MdeModulePkg/Include/Library/S3Lib.h index 0059e0193c..c8fa22aaba 100644 --- a/MdeModulePkg/Include/Library/S3Lib.h +++ b/MdeModulePkg/Include/Library/S3Lib.h @@ -1,14 +1,14 @@ /** @file - S3 Library. This library class defines a set of methods related do S3 mode. + S3 library class defines a set of methods related do S3 boot mode. - Copyright (c) 2005 - 2007, Intel Corporation - All rights reserved. This program and the accompanying materials - are licensed and made available under the terms and conditions of the BSD License - which accompanies this distribution. The full text of the license may be found at - http://opensource.org/licenses/bsd-license.php - - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +Copyright (c) 2005 - 2008, Intel Corporation.
+All rights reserved. This program and the accompanying materials +are licensed and made available under the terms and conditions of the BSD License +which accompanies this distribution. The full text of the license may be found at +http://opensource.org/licenses/bsd-license.php + +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ @@ -16,17 +16,17 @@ #define __S3_LIB_H__ /** - Calling this function causes the system restore config from S3. + This function is responsible for calling the S3 resume vector in the ACPI Tables. @retval EFI_SUCESS Sucess to restore config from S3. @retval Others Fail to restore config from S3. + **/ EFI_STATUS EFIAPI -S3RestoreConfig ( +AcpiS3ResumeOs ( VOID - ) -; + ); #endif