X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FBlockIo.h;h=8584610a2c2cd427b0b65c555b824fd45eb7994b;hp=32fe4ef41fb89ca8a37f112683d8853cc6e491dd;hb=ed66e1bc0d2be0a185fc47adab4930c3b7e2767f;hpb=1f3a753ee68ac1c7a620e8064fdda718cf413761 diff --git a/MdePkg/Include/Protocol/BlockIo.h b/MdePkg/Include/Protocol/BlockIo.h index 32fe4ef41f..8584610a2c 100644 --- a/MdePkg/Include/Protocol/BlockIo.h +++ b/MdePkg/Include/Protocol/BlockIo.h @@ -51,8 +51,7 @@ EFI_STATUS (EFIAPI *EFI_BLOCK_RESET)( IN EFI_BLOCK_IO_PROTOCOL *This, IN BOOLEAN ExtendedVerification - ) -; + ); /** Read BufferSize bytes from Lba into Buffer. @@ -80,8 +79,7 @@ EFI_STATUS IN EFI_LBA Lba, IN UINTN BufferSize, OUT VOID *Buffer - ) -; + ); /** Write BufferSize bytes from Lba into Buffer. @@ -110,8 +108,7 @@ EFI_STATUS IN EFI_LBA Lba, IN UINTN BufferSize, IN VOID *Buffer - ) -; + ); /** Flush the Block Device. @@ -127,8 +124,7 @@ typedef EFI_STATUS (EFIAPI *EFI_BLOCK_FLUSH)( IN EFI_BLOCK_IO_PROTOCOL *This - ) -; + ); /** Block IO read only mode data and updated only via members of BlockIO