]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Include/Guid/CpuFeaturesInitDone.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiCpuPkg / Include / Guid / CpuFeaturesInitDone.h
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