TianoCore EDK2 master
Loading...
Searching...
No Matches
SmramMemoryReserve.h
Go to the documentation of this file.
1
18#ifndef _SMRAM_MEMORY_RESERVE_H_
19#define _SMRAM_MEMORY_RESERVE_H_
20
21#define EFI_SMM_SMRAM_MEMORY_GUID \
22 { \
23 0x6dadf1d1, 0xd4cc, 0x4910, {0xbb, 0x6e, 0x82, 0xb1, 0xfd, 0x80, 0xff, 0x3d } \
24 }
25
29typedef struct {
39 EFI_SMRAM_DESCRIPTOR Descriptor[1];
41
42extern EFI_GUID gEfiSmmSmramMemoryGuid;
43
44#endif
Definition: Base.h:213