]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Include/Guid/CpuFeaturesSetDone.h
UefiCpuPkg: Add GUID gEdkiiCpuFeaturesInitDoneGuid
[mirror_edk2.git] / UefiCpuPkg / Include / Guid / CpuFeaturesSetDone.h
CommitLineData
98f4a565
JF
1/** @file
2 CPU Features Set Done PPI/Protocol should be installed after CPU features
3 configuration are set.
4
5Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
6This program and the accompanying materials
7are licensed and made available under the terms and conditions of the BSD License
8which accompanies this distribution. The full text of the license may be found at
9http://opensource.org/licenses/bsd-license.php
10
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13
14**/
15
16#ifndef _CPU_FEATURES_INIT_DONE_H_
17#define _CPU_FEATURES_INIT_DONE_H_
18
19#define EDKII_CPU_FEATURES_SET_DONE_GUID \
20 { \
21 { 0xa82485ce, 0xad6b, 0x4101, { 0x99, 0xd3, 0xe1, 0x35, 0x8c, 0x9e, 0x7e, 0x37 } \
22 }
23
24extern EFI_GUID gEdkiiCpuFeaturesSetDoneGuid;
25
26#endif