]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OldMdePkg/Include/Ppi/BootInRecoveryMode.h
Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break existing...
[mirror_edk2.git] / OldMdePkg / Include / Ppi / BootInRecoveryMode.h
diff --git a/OldMdePkg/Include/Ppi/BootInRecoveryMode.h b/OldMdePkg/Include/Ppi/BootInRecoveryMode.h
new file mode 100644 (file)
index 0000000..f15d570
--- /dev/null
@@ -0,0 +1,33 @@
+/** @file\r
+  This PPI is installed by the platform PEIM to designate that a recovery boot \r
+  is in progress.\r
+\r
+  Copyright (c) 2006, Intel Corporation                                                         \r
+  All rights reserved. This program and the accompanying materials                          \r
+  are licensed and made available under the terms and conditions of the BSD License         \r
+  which accompanies this distribution.  The full text of the license may be found at        \r
+  http://opensource.org/licenses/bsd-license.php                                            \r
+\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+\r
+  Module Name:  BootInRecoveryMode.h\r
+\r
+  @par Revision Reference:\r
+  This PPI is defined in PEI CIS spec\r
+  Version 0.91.\r
+\r
+**/\r
+\r
+#ifndef __BOOT_IN_RECOVERY_MODE_PPI_H__\r
+#define __BOOT_IN_RECOVERY_MODE_PPI_H__\r
+\r
+#define EFI_PEI_BOOT_IN_RECOVERY_MODE_PEIM_PPI \\r
+  { \\r
+    0x17ee496a, 0xd8e4, 0x4b9a, {0x94, 0xd1, 0xce, 0x82, 0x72, 0x30, 0x8, 0x50 } \\r
+  }\r
+\r
+\r
+extern EFI_GUID gEfiPeiBootInRecoveryModePpiGuid;\r
+\r
+#endif\r