]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.c
Code scrub for the following drivers and librarys.
[mirror_edk2.git] / MdeModulePkg / Library / PeiRecoveryLibNull / PeiRecoveryLibNull.c
index 40acc57c958727b783868b855389e42b60aeed39..1f60871a662767845ec8edbcb8bc6d0283c1be28 100644 (file)
@@ -1,6 +1,5 @@
 /** @file\r
-  Null Recovery Library instance. \r
-  This library class defines a set of methods related do recovery.\r
+  Null Recovery Library instance does nothing and returns unsupport status.\r
 \r
 Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
 All rights reserved. This program and the accompanying materials\r
@@ -13,9 +12,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 **/\r
 #include <PiPei.h>\r
+#include <Library/RecoveryLib.h>\r
 \r
 /**\r
-  Calling this function causes the system do recovery.\r
+  Calling this function causes the system do recovery boot path.\r
   \r
   @retval EFI_UNSUPPORTED       Recovery is not supported.\r
 **/\r