diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-27 03:20:28 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-27 03:20:28 +0000 |
commit | e8da1266b93d62d1998f73a7ec34bd54a074dbcf (patch) | |
tree | 71f4da97dffd10e6aa53443a748a0d2f981dc7d9 /MdeModulePkg/Include/Library/RecoveryLib.h | |
parent | d8f31a2dc88a2e76f96391c502f3a25c64f561f7 (diff) | |
download | edk2-platforms-e8da1266b93d62d1998f73a7ec34bd54a074dbcf.tar.xz |
Change the function name.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3933 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include/Library/RecoveryLib.h')
-rw-r--r-- | MdeModulePkg/Include/Library/RecoveryLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Include/Library/RecoveryLib.h b/MdeModulePkg/Include/Library/RecoveryLib.h index 6ec4c58b8b..deabf9fded 100644 --- a/MdeModulePkg/Include/Library/RecoveryLib.h +++ b/MdeModulePkg/Include/Library/RecoveryLib.h @@ -23,7 +23,7 @@ **/
EFI_STATUS
EFIAPI
-Recovery (
+PeiRecoverFirmware (
VOID
)
;
|