TianoCore EDK2 master
Loading...
Searching...
No Matches
CpuFeaturesSetDone.h
Go to the documentation of this file.
1
10#ifndef _CPU_FEATURES_INIT_DONE_H_
11#define _CPU_FEATURES_INIT_DONE_H_
12
13#define EDKII_CPU_FEATURES_SET_DONE_GUID \
14 { \
15 { 0xa82485ce, 0xad6b, 0x4101, { 0x99, 0xd3, 0xe1, 0x35, 0x8c, 0x9e, 0x7e, 0x37 } \
16 }
17
18extern EFI_GUID gEdkiiCpuFeaturesSetDoneGuid;
19
20#endif
Definition: Base.h:213