From 19bee90c32772dd225332193858d9c2fcd2930aa Mon Sep 17 00:00:00 2001 From: lgao4 Date: Thu, 17 Jul 2008 08:45:10 +0000 Subject: Correct ECC Error for MdePkg/Include/Protocol and Correct PeCofferLib bug to set ImageContext->EntryPoint after relocate when the destination address is specified. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5514 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/BlockIo.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'MdePkg/Include/Protocol/BlockIo.h') diff --git a/MdePkg/Include/Protocol/BlockIo.h b/MdePkg/Include/Protocol/BlockIo.h index 91c56e7c82..c42ecc5da0 100644 --- a/MdePkg/Include/Protocol/BlockIo.h +++ b/MdePkg/Include/Protocol/BlockIo.h @@ -135,28 +135,28 @@ EFI_STATUS **/ typedef struct { - UINT32 MediaId; ///< The curent media Id. If the media changes, this value is changed. - BOOLEAN RemovableMedia; ///< TRUE if the media is removable; otherwise, FALSE. + UINT32 MediaId; /**< The curent media Id. If the media changes, this value is changed.**/ + BOOLEAN RemovableMedia; /**< TRUE if the media is removable; otherwise, FALSE.**/ BOOLEAN MediaPresent; /**< TRUE if there is a media currently present in the device; - othersise, FALSE. THis field shows the media present status - as of the most recent ReadBlocks() or WriteBlocks() call. - **/ + othersise, FALSE. THis field shows the media present status + as of the most recent ReadBlocks() or WriteBlocks() call. + **/ BOOLEAN LogicalPartition; /**< TRUE if LBA 0 is the first block of a partition; otherwise - FALSE. For media with only one partition this would be TRUE. - **/ + FALSE. For media with only one partition this would be TRUE. + **/ BOOLEAN ReadOnly; /**< TRUE if the media is marked read-only otherwise, FALSE. - This field shows the read-only status as of the most recent WriteBlocks () call. - **/ - BOOLEAN WriteCaching; ///< TRUE if the WriteBlock () function caches write data. + This field shows the read-only status as of the most recent WriteBlocks () call. + **/ + BOOLEAN WriteCaching; /**< TRUE if the WriteBlock () function caches write data.**/ UINT32 BlockSize; /**< The intrinsic block size of the device. If the media changes, then - this field is updated. - **/ - UINT32 IoAlign; ///< Supplies the alignment requirement for any buffer to read or write block(s). + this field is updated. + **/ + UINT32 IoAlign; /**< Supplies the alignment requirement for any buffer to read or write block(s).**/ EFI_LBA LastBlock; /**< The last logical block address on the device. - If the media changes, then this field is updated. - **/ + If the media changes, then this field is updated. + **/ } EFI_BLOCK_IO_MEDIA; #define EFI_BLOCK_IO_PROTOCOL_REVISION 0x00010000 -- cgit v1.2.3