]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspPkg/Include/Private/FspPatchTable.h
IntelFspPkg&IntelFspWrapperPkg: Remove them
[mirror_edk2.git] / IntelFspPkg / Include / Private / FspPatchTable.h
diff --git a/IntelFspPkg/Include/Private/FspPatchTable.h b/IntelFspPkg/Include/Private/FspPatchTable.h
deleted file mode 100644 (file)
index 48d3cee..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/** @file\r
-\r
-  Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\r
-  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-**/\r
-\r
-#ifndef _FSP_PATCH_TABLE_H_\r
-#define _FSP_PATCH_TABLE_H_\r
-\r
-#pragma pack(1)\r
-\r
-#define FSP_PATCH_TABLE_SIGNATURE  FSP_FSPP_SIGNATURE\r
-\r
-typedef struct  {\r
-  UINT32  Signature;\r
-  UINT16  HeaderLength;\r
-  UINT8   HeaderRevision;\r
-  UINT8   Reserved;\r
-  UINT32  PatchEntryNum;\r
-  UINT32  PatchData[FixedPcdGet32(PcdFspMaxPatchEntry)];\r
-} FSP_PATCH_TABLE;\r
-\r
-#pragma pack()\r
-\r
-#endif\r