Change the function name.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3933 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -19,14 +19,14 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
#include <Ppi/S3Resume.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
|
||||
)
|
||||
{
|
||||
|
Reference in New Issue
Block a user