]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Include/Guid/CpuFeaturesInitDone.h
ShellPkg/setvar: Add assertion indicating TempData shouldn't be NULL
[mirror_edk2.git] / UefiCpuPkg / Include / Guid / CpuFeaturesInitDone.h
CommitLineData
e000e774
JF
1/** @file
2 CPU Features Init Done PPI/Protocol should be installed after CPU features
3 are initialized.
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_INIT_DONE_GUID \
20 { \
21 { 0xc77c3a41, 0x61ab, 0x4143, { 0x98, 0x3e, 0x33, 0x39, 0x28, 0x6, 0x28, 0xe5 } \
22 }
23
24extern EFI_GUID gEdkiiCpuFeaturesInitDoneGuid;
25
26#endif