]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Ppi/BootInRecoveryMode.h
Rename EFI_PEI_PCI_CFG_PPI_IO to EFI_PEI_PCI_CFG2_PPI_IO to avoid collision with...
[mirror_edk2.git] / MdePkg / Include / Ppi / BootInRecoveryMode.h
CommitLineData
5879b875 1/** @file\r
2 This PPI is installed by the platform PEIM to designate that a recovery boot \r
3 is in progress.\r
4\r
5 Copyright (c) 2006, Intel Corporation \r
6 All rights reserved. This program and the accompanying materials \r
7 are licensed and made available under the terms and conditions of the BSD License \r
8 which accompanies this distribution. The full text of the license may be found at \r
9 http://opensource.org/licenses/bsd-license.php \r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
13\r
5879b875 14 @par Revision Reference:\r
15 This PPI is defined in PI.\r
16 Version 1.0.\r
17\r
18**/\r
19\r
20#ifndef __BOOT_IN_RECOVERY_MODE_PPI_H__\r
21#define __BOOT_IN_RECOVERY_MODE_PPI_H__\r
22\r
53f2d96e 23#define EFI_PEI_BOOT_IN_RECOVERY_MODE_PPI \\r
5879b875 24 { \\r
25 0x17ee496a, 0xd8e4, 0x4b9a, {0x94, 0xd1, 0xce, 0x82, 0x72, 0x30, 0x8, 0x50 } \\r
26 }\r
27\r
28\r
29extern EFI_GUID gEfiPeiBootInRecoveryModePpiGuid;\r
30\r
31#endif\r