]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Ppi/VlvPeiInit.h
Vlv2DeviceRefCodePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / NorthCluster / Include / Ppi / VlvPeiInit.h
1
2 /*++
3
4 Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved
5
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8
9 Module Name:
10
11 VlvPeiInit.h
12
13 Abstract:
14
15 Interface definition between ValleyView MRC and VlvInitPeim driver..
16
17 --*/
18
19 #ifndef _VLV_PEI_INIT_H_
20 #define _VLV_PEI_INIT_H_
21
22 //
23 // Define the VLV PEI Init PPI GUID
24 //
25 #define VLV_PEI_INIT_PPI_GUID \
26 { \
27 0x9ea8911, 0xbe0d, 0x4230, 0xa0, 0x3, 0xed, 0xc6, 0x93, 0xb4, 0x8e, 0x11 \
28 }
29
30 //
31 // Extern the GUID for PPI users.
32 //
33 extern EFI_GUID gVlvPeiInitPpiGuid;
34
35 #endif