]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Guid/PchInitVar.h
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / SouthCluster / Include / Guid / PchInitVar.h
diff --git a/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Guid/PchInitVar.h b/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Guid/PchInitVar.h
deleted file mode 100644 (file)
index aa5de5f..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2011  - 2014, Intel Corporation. All rights reserved\r
-\r
-  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-\r
-\r
-Module Name:\r
-\r
-  PchInitVar.h\r
-\r
-Abstract:\r
-\r
-  This file defines variable shared between PCH Init DXE driver and PCH\r
-  Init S3 Resume PEIM.\r
-\r
---*/\r
-#ifndef _PCH_INIT_VAR_H_\r
-#define _PCH_INIT_VAR_H_\r
-\r
-#include <Protocol/PchPlatformPolicy.h>\r
-//\r
-// Define the PCH Init Var GUID\r
-//\r
-#define PCH_INIT_VARIABLE_GUID {0xe6c2f70a, 0xb604, 0x4877,{0x85, 0xba, 0xde, 0xec, 0x89, 0xe1, 0x17, 0xeb}}\r
-//\r
-// Extern the GUID for PPI users.\r
-//\r
-extern EFI_GUID gPchInitVariableGuid;\r
-\r
-#define PCH_INIT_VARIABLE_NAME  L"PchInit"\r
-\r
-//\r
-// Define the Pch Init Variable structure\r
-//\r
-typedef struct {\r
-  UINT32  StorePosition;\r
-  UINT32  ExecutePosition;\r
-} PCH_S3_PARAMETER_HEADER;\r
-\r
-#pragma pack(1)\r
-typedef struct _PCH_INIT_VARIABLE {\r
-  PCH_S3_PARAMETER_HEADER *PchS3Parameter;\r
-} PCH_INIT_VARIABLE;\r
-#pragma pack()\r
-\r
-#endif\r