X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FProtocol%2FFrameworkFirmwareVolumeBlock.h;h=939914429c6f98a424e96d6a4eb6393011e2e045;hp=1404e0583c007586ce5f361e3d878b650d7180a6;hb=a89fa50ccf7a29405e3d24c49625dbd70cdba9fa;hpb=5259c97d7ac7f464c134c3a15186b30e8e8eadff diff --git a/IntelFrameworkPkg/Include/Protocol/FrameworkFirmwareVolumeBlock.h b/IntelFrameworkPkg/Include/Protocol/FrameworkFirmwareVolumeBlock.h index 1404e0583c..939914429c 100644 --- a/IntelFrameworkPkg/Include/Protocol/FrameworkFirmwareVolumeBlock.h +++ b/IntelFrameworkPkg/Include/Protocol/FrameworkFirmwareVolumeBlock.h @@ -1,7 +1,7 @@ /** @file This file provides control over block-oriented firmware devices. - Copyright (c) 2006 - 2008, Intel Corporation + Copyright (c) 2006 - 2009, 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 @@ -18,10 +18,12 @@ #ifndef __FRAMEWORK_FIRMWARE_VOLUME_BLOCK_H__ #define __FRAMEWORK_FIRMWARE_VOLUME_BLOCK_H__ +#define FRAMEWORK_EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL_GUID \ +{ 0xDE28BC59, 0x6228, 0x41BD, {0xBD, 0xF6, 0xA3, 0xB9, 0xAD,0xB5, 0x8D, 0xA1 } } typedef struct _FRAMEWORK_EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL FRAMEWORK_EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL; /// -/// type of EFI FVB attribute per Frameowrk spec +/// type of EFI FVB attribute per Framework spec /// typedef UINT32 EFI_FVB_ATTRIBUTES; @@ -346,6 +348,6 @@ struct _FRAMEWORK_EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL { EFI_HANDLE ParentHandle; }; - +extern EFI_GUID gFramerworkEfiFirmwareVolumeBlockProtocolGuid; #endif