]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Ppi/VlvPeiInit.h
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / NorthCluster / Include / Ppi / VlvPeiInit.h
CommitLineData
3cbfba02
DW
1\r
2/*++\r
3\r
4Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved\r
5\r
6 This program and the accompanying materials are licensed and made available under\r
7 the terms and conditions of the BSD License that accompanies this distribution.\r
8 The full text of the license may be found at\r
9 http://opensource.org/licenses/bsd-license.php.\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14\r
15Module Name:\r
16\r
17 VlvPeiInit.h\r
18\r
19Abstract:\r
20\r
21 Interface definition between ValleyView MRC and VlvInitPeim driver..\r
22\r
23--*/\r
24\r
25#ifndef _VLV_PEI_INIT_H_\r
26#define _VLV_PEI_INIT_H_\r
27\r
28//\r
29// Define the VLV PEI Init PPI GUID\r
30//\r
31#define VLV_PEI_INIT_PPI_GUID \\r
32 { \\r
33 0x9ea8911, 0xbe0d, 0x4230, 0xa0, 0x3, 0xed, 0xc6, 0x93, 0xb4, 0x8e, 0x11 \\r
34 }\r
35\r
36//\r
37// Extern the GUID for PPI users.\r
38//\r
39extern EFI_GUID gVlvPeiInitPpiGuid;\r
40\r
41#endif\r