TianoCore EDK2 master
Loading...
Searching...
No Matches
MsegSmram.h
Go to the documentation of this file.
1
10#ifndef _MSEG_SMRAM_H_
11#define _MSEG_SMRAM_H_
12
13#define MSEG_SMRAM_GUID \
14 { \
15 0x5802bce4, 0xeeee, 0x4e33, { 0xa1, 0x30, 0xeb, 0xad, 0x27, 0xf0, 0xe4, 0x39 } \
16 }
17
18extern EFI_GUID gMsegSmramGuid;
19
20//
21// The data portion of this HOB is type EFI_SMRAM_DESCRIPTOR
22//
23
24#endif
Definition: Base.h:213