diff options
Diffstat (limited to 'MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.c')
-rw-r--r-- | MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.c b/MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.c index 5bf65f9377..b8ea626322 100644 --- a/MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.c +++ b/MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.c @@ -14,14 +14,14 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include <PiPei.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
)
{
|