]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Include/Guid/CpuFeaturesSetDone.h
UefiCpuPkg: Replace BSD License with BSD+Patent License
[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 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_SET_DONE_GUID \
14 { \
15 { 0xa82485ce, 0xad6b, 0x4101, { 0x99, 0xd3, 0xe1, 0x35, 0x8c, 0x9e, 0x7e, 0x37 } \
16 }
17
18 extern EFI_GUID gEdkiiCpuFeaturesSetDoneGuid;
19
20 #endif