]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Protocol/FvbExtension/FvbExtension.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Protocol / FvbExtension / FvbExtension.h
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/FvbExtension/FvbExtension.h b/EdkCompatibilityPkg/Foundation/Protocol/FvbExtension/FvbExtension.h
deleted file mode 100644 (file)
index 3953e98..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2004, 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
-Module Name:\r
-  \r
-    FvbExtension.h\r
-\r
-Abstract:\r
-\r
-  FVB Extension protocol that extends the FVB Class in a component fashion.\r
-\r
---*/\r
-\r
-#ifndef _FVB_EXTENSION_H_\r
-#define _FVB_EXTENSION_H_\r
-\r
-#define EFI_FVB_EXTENSION_PROTOCOL_GUID  \\r
-  {0x53a4c71b, 0xb581, 0x4170, {0x91, 0xb3, 0x8d, 0xb8, 0x7a, 0x4b, 0x5c, 0x46} }\r
-\r
-EFI_FORWARD_DECLARATION (EFI_FVB_EXTENSION_PROTOCOL);\r
-\r
-//\r
-//  FVB Extension Function Prototypes\r
-//\r
-typedef\r
-EFI_STATUS\r
-(EFIAPI * EFI_FV_ERASE_CUSTOM_BLOCK) (\r
-  IN EFI_FVB_EXTENSION_PROTOCOL   *This,\r
-  IN EFI_LBA                              StartLba,\r
-  IN UINTN                                OffsetStartLba,\r
-  IN EFI_LBA                              LastLba,\r
-  IN UINTN                                OffsetLastLba\r
-);\r
-\r
-//\r
-// IPMI TRANSPORT PROTOCOL\r
-//\r
-struct _EFI_FVB_EXTENSION_PROTOCOL {\r
-  EFI_FV_ERASE_CUSTOM_BLOCK               EraseFvbCustomBlock;\r
- };\r
-\r
-extern EFI_GUID                           gEfiFvbExtensionProtocolGuid;\r
-\r
-#endif\r
-\r