X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=DuetPkg%2FFvbRuntimeService%2FFwBlockService.h;h=b14f10ab1b0bfa6ce8651e6a3c526bf74702b302;hb=bb52ec2d6b76b043cd70f277887519f09f36b55a;hp=67a016ff4822d8933df3d6d9e7f876edc8e1c2eb;hpb=eea53ce14d49acddbb58418bb9055eed9d04648f;p=mirror_edk2.git diff --git a/DuetPkg/FvbRuntimeService/FwBlockService.h b/DuetPkg/FvbRuntimeService/FwBlockService.h index 67a016ff48..b14f10ab1b 100644 --- a/DuetPkg/FvbRuntimeService/FwBlockService.h +++ b/DuetPkg/FvbRuntimeService/FwBlockService.h @@ -1,6 +1,6 @@ /**@file -Copyright (c) 2007, Intel Corporation -All rights reserved. This program and the accompanying materials +Copyright (c) 2007, Intel Corporation. All rights reserved.
+This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php @@ -30,9 +30,7 @@ Abstract: // #include #include -#include #include -#include #include #include #include @@ -40,8 +38,6 @@ Abstract: #include #include #include -#include -#include // // The Library classes this module consumes @@ -125,7 +121,6 @@ typedef struct { FV_DEVICE_PATH DevicePath; UINTN Instance; EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL FwVolBlockInstance; - EFI_FVB_EXTENSION_PROTOCOL FvbExtension; } EFI_FW_VOL_BLOCK_DEVICE; EFI_STATUS @@ -240,17 +235,6 @@ FvbGetLbaAddress ( IN BOOLEAN Virtual ); -EFI_STATUS -FvbEraseCustomBlockRange ( - IN UINTN Instance, - IN EFI_LBA StartLba, - IN UINTN OffsetStartLba, - IN EFI_LBA LastLba, - IN UINTN OffsetLastLba, - IN ESAL_FWB_GLOBAL *Global, - IN BOOLEAN Virtual - ); - // // Protocol APIs // @@ -311,14 +295,4 @@ FvbProtocolEraseBlocks ( ... ); -EFI_STATUS -EFIAPI -FvbExtendProtocolEraseCustomBlockRange ( - IN EFI_FVB_EXTENSION_PROTOCOL *This, - IN EFI_LBA StartLba, - IN UINTN OffsetStartLba, - IN EFI_LBA LastLba, - IN UINTN OffsetLastLba - ); - #endif