]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/PchPeiInit.h
Vlv2DeviceRefCodePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / SouthCluster / Include / Ppi / PchPeiInit.h
CommitLineData
3cbfba02
DW
1\r
2/*++\r
3\r
4Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved\r
5\r
7ede8060 6 SPDX-License-Identifier: BSD-2-Clause-Patent\r
3cbfba02
DW
7\r
8\r
9Module Name:\r
10\r
11 PchPeiInit.h\r
12\r
13Abstract:\r
14\r
15\r
16--*/\r
17\r
18#ifndef _PCH_PEI_INIT_H_\r
19#define _PCH_PEI_INIT_H_\r
20\r
21//\r
22// Define the PCH PEI Init PPI GUID\r
23//\r
24#define PCH_PEI_INIT_PPI_GUID \\r
25 { \\r
26 0xACB93B08, 0x5CDC, 0x4A8F, 0x93, 0xD4, 0x6, 0xE3, 0x42, 0xDF, 0x18, 0x2E \\r
27 }\r
28\r
29//\r
30// Extern the GUID for PPI users.\r
31//\r
32extern EFI_GUID gPchPeiInitPpiGuid;\r
33\r
34#endif\r