]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.c
Code scrub for the Capsule, SecurityStub, and Crc32 library instance.
[mirror_edk2.git] / MdeModulePkg / Library / PeiRecoveryLibNull / PeiRecoveryLibNull.c
CommitLineData
8dbae30d 1/** @file\r
5d69642d
LG
2 Null Recovery Library instance. \r
3 This library class defines a set of methods related do recovery.\r
4fb31c2c 4\r
8dbae30d 5Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
4fb31c2c 6All rights reserved. This program and the accompanying materials\r
7are licensed and made available under the terms and conditions of the BSD License\r
8which accompanies this distribution. The full text of the license may be found at\r
9http://opensource.org/licenses/bsd-license.php\r
10\r
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15#include <PiPei.h>\r
16\r
17/**\r
18 Calling this function causes the system do recovery.\r
19 \r
5d69642d 20 @retval EFI_UNSUPPORTED Recovery is not supported.\r
4fb31c2c 21**/\r
22EFI_STATUS\r
23EFIAPI\r
e8da1266 24PeiRecoverFirmware (\r
4fb31c2c 25 VOID\r
26 )\r
27{\r
28 return EFI_UNSUPPORTED;\r
29}\r
30\r