From 346cf9ace3b51e3d40019ce7f6fee24375f829cc Mon Sep 17 00:00:00 2001 From: lgao4 Date: Wed, 3 Dec 2008 08:55:36 +0000 Subject: Code scrub for MdeModule Include header file (Protocol and DEC) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6817 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Include/Protocol/FvbExtension.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'MdeModulePkg/Include/Protocol/FvbExtension.h') diff --git a/MdeModulePkg/Include/Protocol/FvbExtension.h b/MdeModulePkg/Include/Protocol/FvbExtension.h index 6f6621b132..f3918e9490 100644 --- a/MdeModulePkg/Include/Protocol/FvbExtension.h +++ b/MdeModulePkg/Include/Protocol/FvbExtension.h @@ -1,6 +1,7 @@ /** @file - FVB Extension protocol that extends the FVB Class in a component fashion. + FVB Extension protocol provides one extended service to FVB protocol defined in PI specification. + This service can erase the specified range of a firmware volume block. Copyright (c) 2006 - 2008, Intel Corporation All rights reserved. This program and the accompanying materials @@ -25,12 +26,11 @@ typedef struct _EFI_FVB_EXTENSION_PROTOCOL EFI_FVB_EXTENSION_PROTOCOL; // FVB Extension Function Prototypes // /** - Erases and initializes a specified range of a firmware volume block + Erases and initializes a specified range of a firmware volume block. @param[in] This Pointer to the FVB Extension protocol instance @param[in] StartLba The starting logical block index to be erased - @param[in] OffsetStartLba Offset into the starting block at which to - begin erasing + @param[in] OffsetStartLba Offset into the starting block at which to begin erasing @param[in] LastLba The last logical block index to be erased @param[in] OffsetLastLba Offset into the last block at which to end erasing @@ -38,7 +38,7 @@ typedef struct _EFI_FVB_EXTENSION_PROTOCOL EFI_FVB_EXTENSION_PROTOCOL; @retval EFI_ACCESS_DENIED The firmware volume block is in the WriteDisabled state @retval EFI_DEVICE_ERROR The block device is not functioning correctly and could not be written. Firmware device may have been - partially erased + partially erased. **/ typedef EFI_STATUS -- cgit v1.2.3