]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Library/RecoveryLib.h
MdeModulePkg/S3SmmInitDone.h: Fix copyright coding style error.
[mirror_edk2.git] / MdeModulePkg / Include / Library / RecoveryLib.h
CommitLineData
4fb31c2c 1/** @file\r
d1102dba 2 Recovery library class defines a set of methods related recovery boot mode.\r
5933acc3 3 This library class is no longer used and modules using this library should\r
64a80549 4 directly locate EFI_PEI_RECOVERY_MODULE_PPI, defined in the PI 1.2 specification.\r
4fb31c2c 5\r
d1102dba
LG
6Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR>\r
7This program and the accompanying materials are licensed and made available under\r
8the terms and conditions of the BSD License that accompanies this distribution.\r
64a80549 9The full text of the license may be found at\r
d1102dba 10http://opensource.org/licenses/bsd-license.php.\r
1e354c03 11\r
d1102dba 12THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
1e354c03 13WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
4fb31c2c 14\r
15**/\r
16\r
17#ifndef __RECOVERY_LIB_H__\r
18#define __RECOVERY_LIB_H__\r
19\r
20/**\r
e9b67286 21 Calling this function causes the system to carry out a recovery boot path.\r
d1102dba 22\r
64a80549 23 @retval EFI_SUCCESS Recovery boot path succeeded.\r
24 @retval Others Recovery boot path failure.\r
1e354c03 25\r
4fb31c2c 26**/\r
27EFI_STATUS\r
28EFIAPI\r
e8da1266 29PeiRecoverFirmware (\r
4fb31c2c 30 VOID\r
ed66e1bc 31 );\r
4fb31c2c 32\r
33#endif\r
34\r
35\r