]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Library/S3Lib.h
fix ia32 build error.
[mirror_edk2.git] / MdeModulePkg / Include / Library / S3Lib.h
CommitLineData
4fb31c2c 1/** @file\r
e9b67286 2 S3 library class defines a set of methods related to S3 boot mode.\r
5933acc3 3 This library class is no longer used and modules using this library should\r
4 directly locate EFI_PEI_S3_RESUME_PPI defined in PI 1.2 specification.\r
4fb31c2c 5\r
1e354c03 6Copyright (c) 2005 - 2008, Intel Corporation. <BR>\r
7All rights reserved. This program and the accompanying materials\r
8are licensed and made available under the terms and conditions of the BSD License\r
9which accompanies this distribution. The full text of the license may be found at\r
10http://opensource.org/licenses/bsd-license.php\r
11\r
12THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
4fb31c2c 14\r
15**/\r
16\r
17#ifndef __S3_LIB_H__\r
18#define __S3_LIB_H__\r
19\r
20/**\r
e8da1266 21 This function is responsible for calling the S3 resume vector in the ACPI Tables.\r
4fb31c2c 22 \r
e9b67286 23 @retval EFI_SUCESS Successfully restored config from S3.\r
24 @retval Others Failed to restore config from S3.\r
1e354c03 25\r
4fb31c2c 26**/\r
27EFI_STATUS\r
28EFIAPI\r
e8da1266 29AcpiS3ResumeOs (\r
4fb31c2c 30 VOID\r
ed66e1bc 31 );\r
4fb31c2c 32\r
33#endif\r
34\r