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