]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Include/Guid/CpuFeaturesSetDone.h
UefiCpuPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / UefiCpuPkg / Include / Guid / CpuFeaturesSetDone.h
CommitLineData
80c4b236
JF
1/** @file\r
2 CPU Features Set Done PPI/Protocol should be installed after CPU features\r
3 configuration are set.\r
4\r
5Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
0acd8697 6SPDX-License-Identifier: BSD-2-Clause-Patent\r
80c4b236
JF
7\r
8**/\r
9\r
10#ifndef _CPU_FEATURES_INIT_DONE_H_\r
11#define _CPU_FEATURES_INIT_DONE_H_\r
12\r
13#define EDKII_CPU_FEATURES_SET_DONE_GUID \\r
14 { \\r
15 { 0xa82485ce, 0xad6b, 0x4101, { 0x99, 0xd3, 0xe1, 0x35, 0x8c, 0x9e, 0x7e, 0x37 } \\r
16 }\r
17\r
18extern EFI_GUID gEdkiiCpuFeaturesSetDoneGuid;\r
19\r
20#endif\r