]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Include/Ppi/MemoryDiscovered.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 / MemoryDiscovered.h
1 /** @file
2 This file declares Memory Discovered PPI.
3 This PPI is installed by the PEI Foundation at the point of system
4 evolution when the permanent memory size has been registered and
5 waiting PEIMs can use the main memory store.
6
7 Copyright (c) 2006, Intel Corporation
8 All rights reserved. This program and the accompanying materials
9 are licensed and made available under the terms and conditions of the BSD License
10 which accompanies this distribution. The full text of the license may be found at
11 http://opensource.org/licenses/bsd-license.php
12
13 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15
16 @par Revision Reference:
17 This PPI is defined in PEI CIS
18 Version 0.91.
19
20 **/
21
22 #ifndef __PEI_MEMORY_DISCOVERED_PPI_H__
23 #define __PEI_MEMORY_DISCOVERED_PPI_H__
24
25 #define EFI_PEI_PERMANENT_MEMORY_INSTALLED_PPI_GUID \
26 { \
27 0xf894643d, 0xc449, 0x42d1, {0x8e, 0xa8, 0x85, 0xbd, 0xd8, 0xc6, 0x5b, 0xde } \
28 }
29
30 extern EFI_GUID gEfiPeiMemoryDiscoveredPpiGuid;
31
32 #endif