]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Ppi/BootInRecoveryMode.h
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Include / Ppi / BootInRecoveryMode.h
CommitLineData
5879b875 1/** @file\r
9095d37b 2 This PPI is installed by the platform PEIM to designate that a recovery boot\r
5879b875 3 is in progress.\r
4\r
9095d37b 5 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
9344f092 6 SPDX-License-Identifier: BSD-2-Clause-Patent\r
5879b875 7\r
5879b875 8 @par Revision Reference:\r
0047820e 9 This PPI is introduced in PI Version 1.0.\r
5879b875 10\r
11**/\r
12\r
13#ifndef __BOOT_IN_RECOVERY_MODE_PPI_H__\r
14#define __BOOT_IN_RECOVERY_MODE_PPI_H__\r
15\r
53f2d96e 16#define EFI_PEI_BOOT_IN_RECOVERY_MODE_PPI \\r
5879b875 17 { \\r
18 0x17ee496a, 0xd8e4, 0x4b9a, {0x94, 0xd1, 0xce, 0x82, 0x72, 0x30, 0x8, 0x50 } \\r
19 }\r
20\r
21\r
22extern EFI_GUID gEfiPeiBootInRecoveryModePpiGuid;\r
23\r
24#endif\r