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:
klu2
2007-09-27 03:20:28 +00:00
parent d8f31a2dc8
commit e8da1266b9
7 changed files with 11 additions and 11 deletions

View File

@ -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
)
{