TianoCore EDK2 master
Loading...
Searching...
No Matches
MmramMemoryReserve.h
Go to the documentation of this file.
1
21#ifndef _EFI_MM_PEI_MMRAM_MEMORY_RESERVE_H_
22#define _EFI_MM_PEI_MMRAM_MEMORY_RESERVE_H_
23
24#define EFI_MM_PEI_MMRAM_MEMORY_RESERVE \
25 { \
26 0x0703f912, 0xbf8d, 0x4e2a, {0xbe, 0x07, 0xab, 0x27, 0x25, 0x25, 0xc5, 0x92 } \
27 }
28
36typedef struct {
50 EFI_MMRAM_DESCRIPTOR Descriptor[1];
52
53extern EFI_GUID gEfiMmPeiSmramMemoryReserveGuid;
54
55#endif
Definition: Base.h:213