blob: 4ea5c0b45699180782547806fcfb8c3f4ca25a80 [file] [log] [blame]
Ronak Kanabar1ae366f2023-06-07 01:21:56 +05301/** @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>
6SPDX-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
18extern EFI_GUID gEdkiiCpuFeaturesSetDoneGuid;
19
20#endif