X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FInclude%2FLibrary%2FRecoveryLib.h;h=a724c9ed28d2e3a6b8192062b5624882f240d9ef;hb=6d8ced29b1486afd2e96a31c96474545cba30c7f;hp=6ec4c58b8bf46bd9a346ed0d83bcb9d8cf93f74f;hpb=4fb31c2c5828aa51a8bfed98778d1be919981d2b;p=mirror_edk2.git diff --git a/MdeModulePkg/Include/Library/RecoveryLib.h b/MdeModulePkg/Include/Library/RecoveryLib.h index 6ec4c58b8b..a724c9ed28 100644 --- a/MdeModulePkg/Include/Library/RecoveryLib.h +++ b/MdeModulePkg/Include/Library/RecoveryLib.h @@ -1,14 +1,14 @@ /** @file - Recovery Library. This library class defines a set of methods related recovery mode. + Recovery library class defines a set of methods related recovery boot mode. - Copyright (c) 2005 - 2007, Intel Corporation - All rights reserved. This program and the accompanying materials - are licensed and made available under the terms and conditions of the BSD License - which accompanies this distribution. The full text of the license may be found at - http://opensource.org/licenses/bsd-license.php - - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +Copyright (c) 2005 - 2008, Intel Corporation.
+All rights reserved. This program and the accompanying materials +are licensed and made available under the terms and conditions of the BSD License +which accompanies this distribution. The full text of the license may be found at +http://opensource.org/licenses/bsd-license.php + +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ @@ -16,17 +16,17 @@ #define __RECOVERY_LIB_H__ /** - Calling this function causes the system do recovery. + Calling this function causes the system do recovery boot path. @retval EFI_SUCESS Sucess to do recovery. @retval Others Fail to do recovery. + **/ EFI_STATUS EFIAPI -Recovery ( +PeiRecoverFirmware ( VOID - ) -; + ); #endif