]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Compatibility/Include/Guid/BootScriptThunkData.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / Include / Guid / BootScriptThunkData.h
diff --git a/EdkCompatibilityPkg/Compatibility/Include/Guid/BootScriptThunkData.h b/EdkCompatibilityPkg/Compatibility/Include/Guid/BootScriptThunkData.h
deleted file mode 100644 (file)
index f0e6f5f..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-/** @file\r
-  Define Name, GUID and data format for an EFI PCD that is used to save the image base and size\r
-  of a code segment which will be loaded and executed by a boot script thunk on S3 boot path.\r
-\r
-Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  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
-\r
-#ifndef _BOOT_SCRIPT_THUNK_VARIABLE_H_\r
-#define _BOOT_SCRIPT_THUNK_VARIABLE_H_\r
-\r
-//\r
-// The following structure boosts performance by combining structure all ACPI related variables into one.\r
-//\r
-#pragma pack(1)\r
-\r
-typedef struct {\r
-  EFI_PHYSICAL_ADDRESS  BootScriptThunkBase;\r
-  EFI_PHYSICAL_ADDRESS  BootScriptThunkLength;\r
-} BOOT_SCRIPT_THUNK_DATA;\r
-\r
-#pragma pack()\r
-\r
-#endif\r