]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Include/Guid/CpuFeaturesInitDone.h
UefiCpuPkg/CpuFeatures: Change files format to DOS
[mirror_edk2.git] / UefiCpuPkg / Include / Guid / CpuFeaturesInitDone.h
1 /** @file
2 CPU Features Init Done PPI/Protocol should be installed after CPU features
3 are initialized.
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_INIT_DONE_GUID \
20 { \
21 { 0xc77c3a41, 0x61ab, 0x4143, { 0x98, 0x3e, 0x33, 0x39, 0x28, 0x6, 0x28, 0xe5 } \
22 }
23
24 extern EFI_GUID gEdkiiCpuFeaturesInitDoneGuid;
25
26 #endif