]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Include/Guid/CpuFeaturesInitDone.h
UefiCpuPkg/CpuFeatures: Change files format to DOS
[mirror_edk2.git] / UefiCpuPkg / Include / Guid / CpuFeaturesInitDone.h
CommitLineData
80c4b236
JF
1/** @file\r
2 CPU Features Init Done PPI/Protocol should be installed after CPU features\r
3 are initialized.\r
4\r
5Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
6This program and the accompanying materials\r
7are licensed and made available under the terms and conditions of the BSD License\r
8which accompanies this distribution. The full text of the license may be found at\r
9http://opensource.org/licenses/bsd-license.php\r
10\r
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15\r
16#ifndef _CPU_FEATURES_INIT_DONE_H_\r
17#define _CPU_FEATURES_INIT_DONE_H_\r
18\r
19#define EDKII_CPU_FEATURES_INIT_DONE_GUID \\r
20 { \\r
21 { 0xc77c3a41, 0x61ab, 0x4143, { 0x98, 0x3e, 0x33, 0x39, 0x28, 0x6, 0x28, 0xe5 } \\r
22 }\r
23\r
24extern EFI_GUID gEdkiiCpuFeaturesInitDoneGuid;\r
25\r
26#endif\r