X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FTapeIo.h;h=6183a2083c61d4e19b97919c6a133dc8f58c61b2;hb=74fec7085b01caac858ef511056e72b2b9ad5795;hp=e128fe4c9c736f61ac6fe5e217cae96ac8a278da;hpb=d04dc0272dfd346abb24c04b978c051168768a68;p=mirror_edk2.git diff --git a/MdePkg/Include/Protocol/TapeIo.h b/MdePkg/Include/Protocol/TapeIo.h index e128fe4c9c..6183a2083c 100644 --- a/MdePkg/Include/Protocol/TapeIo.h +++ b/MdePkg/Include/Protocol/TapeIo.h @@ -217,31 +217,12 @@ EFI_STATUS IN BOOLEAN ExtendedVerification ); -/** - @par Protocol Description: - The EFI_TAPE_IO_PROTOCOL provides basic sequential operations for tape devices. - These include read, write, rewind, space, write filemarks and reset functions. - Per this specification, a boot application uses the services of this protocol - to load the bootloader image from tape. - - @param TapeRead - Read a block of data from the tape. - - @param TapeWrite - Write a block of data to the tape. - - @param TapeRewind - Rewind the tape. - - @param TapeSpace - Position the tape. - - @param TapeWriteFM - Write filemarks to the tape. - - @param TapeReset - Reset the tape device or its parent bus. -**/ +/// +/// The EFI_TAPE_IO_PROTOCOL provides basic sequential operations for tape devices. +/// These include read, write, rewind, space, write filemarks and reset functions. +/// Per this specification, a boot application uses the services of this protocol +/// to load the bootloader image from tape. +/// struct _EFI_TAPE_IO_PROTOCOL { EFI_TAPE_READ TapeRead; EFI_TAPE_WRITE TapeWrite;