X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FDiskIo.h;h=23c72584342c6b1d2f32d374d58aacf77cb4c16f;hb=3354353d4d82fb12c073564ab41099ca75d02839;hp=fbf4384874d6fe241d08c8b1e268021e4cca23ff;hpb=ed66e1bc0d2be0a185fc47adab4930c3b7e2767f;p=mirror_edk2.git diff --git a/MdePkg/Include/Protocol/DiskIo.h b/MdePkg/Include/Protocol/DiskIo.h index fbf4384874..23c7258434 100644 --- a/MdePkg/Include/Protocol/DiskIo.h +++ b/MdePkg/Include/Protocol/DiskIo.h @@ -101,20 +101,13 @@ EFI_STATUS /** @par Protocol Description: This protocol is used to abstract Block I/O interfaces. - - @param Revision - The revision to which the disk I/O interface adheres. All future - revisions must be backwards compatible. If a future version is not - backwards compatible, it is not the same GUID. - - @param ReadDisk - Reads data from the disk. - - @param WriteDisk - Writes data to the disk. - **/ struct _EFI_DISK_IO_PROTOCOL { + /// + /// The revision to which the disk I/O interface adheres. All future + /// revisions must be backwards compatible. If a future version is not + /// backwards compatible, it is not the same GUID. + /// UINT64 Revision; EFI_DISK_READ ReadDisk; EFI_DISK_WRITE WriteDisk;