]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Include/Guid/CpuFeaturesSetDone.h
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / UefiCpuPkg / Include / Guid / CpuFeaturesSetDone.h
1 /** @file
2 CPU Features Set Done PPI/Protocol should be installed after CPU features
3 configuration are set.
4
5 Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
6 This program and the accompanying materials
7 are licensed and made available under the terms and conditions of the BSD License
8 which accompanies this distribution. The full text of the license may be found at
9 http://opensource.org/licenses/bsd-license.php
10
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 WITHOUT 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
24 extern EFI_GUID gEdkiiCpuFeaturesSetDoneGuid;
25
26 #endif