TianoCore EDK2 master
Loading...
Searching...
No Matches
MemoryDiscovered.h
Go to the documentation of this file.
1
16#ifndef __PEI_MEMORY_DISCOVERED_PPI_H__
17#define __PEI_MEMORY_DISCOVERED_PPI_H__
18
19#define EFI_PEI_PERMANENT_MEMORY_INSTALLED_PPI_GUID \
20 { \
21 0xf894643d, 0xc449, 0x42d1, {0x8e, 0xa8, 0x85, 0xbd, 0xd8, 0xc6, 0x5b, 0xde } \
22 }
23
24extern EFI_GUID gEfiPeiMemoryDiscoveredPpiGuid;
25
26#endif
Definition: Base.h:213