]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/PchPeiInit.h
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / SouthCluster / Include / Ppi / PchPeiInit.h
diff --git a/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/PchPeiInit.h b/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/PchPeiInit.h
new file mode 100644 (file)
index 0000000..81995cf
--- /dev/null
@@ -0,0 +1,40 @@
+\r
+/*++\r
+\r
+Copyright (c)  2013  - 2014, Intel Corporation. All rights reserved\r
+\r
+  This program and the accompanying materials are licensed and made available under\r
+  the terms and conditions of the BSD License that accompanies this distribution.\r
+  The full text of the license may be found at\r
+  http://opensource.org/licenses/bsd-license.php.\r
+\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+\r
+Module Name:\r
+\r
+  PchPeiInit.h\r
+\r
+Abstract:\r
+\r
+\r
+--*/\r
+\r
+#ifndef _PCH_PEI_INIT_H_\r
+#define _PCH_PEI_INIT_H_\r
+\r
+//\r
+// Define the PCH PEI Init PPI GUID\r
+//\r
+#define PCH_PEI_INIT_PPI_GUID \\r
+  { \\r
+    0xACB93B08, 0x5CDC, 0x4A8F, 0x93, 0xD4, 0x6, 0xE3, 0x42, 0xDF, 0x18, 0x2E \\r
+  }\r
+\r
+//\r
+// Extern the GUID for PPI users.\r
+//\r
+extern EFI_GUID     gPchPeiInitPpiGuid;\r
+\r
+#endif\r