TianoCore EDK2 master
Loading...
Searching...
No Matches
CpuFeaturesInitDone.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_INIT_DONE_GUID \
14 { \
15 { 0xc77c3a41, 0x61ab, 0x4143, { 0x98, 0x3e, 0x33, 0x39, 0x28, 0x6, 0x28, 0xe5 } \
16 }
17
18extern EFI_GUID gEdkiiCpuFeaturesInitDoneGuid;
19
20#endif
Definition: Base.h:213