X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FBlockIo.h;h=adbeedc2895c24949a03dcc92f79617009fe9d1a;hb=44717a398fddc4df1f4aeaa70bcd7a043187ed34;hp=dd3d9c1a1503ed18c8b206a47c9cbf2ef2763583;hpb=8b6c989b0dce2e63a06139f37be0e062588e8f04;p=mirror_edk2.git diff --git a/MdePkg/Include/Protocol/BlockIo.h b/MdePkg/Include/Protocol/BlockIo.h index dd3d9c1a15..adbeedc289 100644 --- a/MdePkg/Include/Protocol/BlockIo.h +++ b/MdePkg/Include/Protocol/BlockIo.h @@ -189,10 +189,9 @@ typedef struct { /// #define EFI_BLOCK_IO_INTERFACE_REVISION EFI_BLOCK_IO_PROTOCOL_REVISION -/** - @par Protocol Description: - This protocol provides control over block devices. -**/ +/// +/// This protocol provides control over block devices. +/// struct _EFI_BLOCK_IO_PROTOCOL { /// /// The revision to which the block IO interface adheres. All future @@ -200,7 +199,9 @@ struct _EFI_BLOCK_IO_PROTOCOL { /// back wards compatible, it is not the same GUID. /// UINT64 Revision; - + /// + /// Pointer to the EFI_BLOCK_IO_MEDIA data for this device. + /// EFI_BLOCK_IO_MEDIA *Media; EFI_BLOCK_RESET Reset;