]> git.proxmox.com Git - mirror_edk2.git/blame - OldMdePkg/Include/Ppi/EndOfPeiPhase.h
Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break existing...
[mirror_edk2.git] / OldMdePkg / Include / Ppi / EndOfPeiPhase.h
CommitLineData
878ddf1f 1/** @file\r
2 PPI to be used to signal when the PEI ownership of the memory map\r
3 officially ends and DXE will take over\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
14 Module Name: EndOfPeiSignal.h\r
15\r
16 @par Revision Reference:\r
17 This PPI is defined in PEI CIS spec Version 0.91.\r
18\r
19**/\r
20\r
21#ifndef __END_OF_PEI_SIGNAL_PPI_H__\r
22#define __END_OF_PEI_SIGNAL_PPI_H__\r
23\r
24#define EFI_PEI_END_OF_PEI_PHASE_PPI_GUID \\r
25 { \\r
26 0x605EA650, 0xC65C, 0x42e1, {0xBA, 0x80, 0x91, 0xA5, 0x2A, 0xB6, 0x18, 0xC6 } \\r
27 }\r
28\r
29extern EFI_GUID gEfiEndOfPeiSignalPpiGuid;\r
30\r
31#endif\r