]> git.proxmox.com Git - mirror_edk2.git/blob - OldMdePkg/Include/Ppi/MemoryDiscovered.h
Adding top-level Conf directory for next generation of EDK II build infrastructure...
[mirror_edk2.git] / OldMdePkg / 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 Module Name: MemoryDiscovered.h
17
18 @par Revision Reference:
19 This PPI is defined in PEI CIS
20 Version 0.91.
21
22 **/
23
24 #ifndef __PEI_MEMORY_DISCOVERED_PPI_H__
25 #define __PEI_MEMORY_DISCOVERED_PPI_H__
26
27 #define EFI_PEI_PERMANENT_MEMORY_INSTALLED_PPI_GUID \
28 { \
29 0xf894643d, 0xc449, 0x42d1, {0x8e, 0xa8, 0x85, 0xbd, 0xd8, 0xc6, 0x5b, 0xde } \
30 }
31
32 extern EFI_GUID gEfiPeiMemoryDiscoveredPpiGuid;
33
34 #endif