Last change
on this file since 101283 was 99404, checked in by vboxsync, 2 years ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
490 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 | CPU Features Init Done PPI/Protocol should be installed after CPU features
|
---|
3 | are initialized.
|
---|
4 |
|
---|
5 | Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
|
---|
6 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 |
|
---|
8 | **/
|
---|
9 |
|
---|
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 |
|
---|
18 | extern EFI_GUID gEdkiiCpuFeaturesInitDoneGuid;
|
---|
19 |
|
---|
20 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.