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