X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FLoadFile.h;h=3ebfcb2b017a843826e8ab40c37b86119d459621;hb=75dad611c8c8f5bb643b2c458ab98afbf24b24fd;hp=5384f2aa8a21d4e0b08f577f9b64718c5b6b3ea6;hpb=cce6f7aa66125df1bddf24c122f02093d47ef204;p=mirror_edk2.git diff --git a/MdePkg/Include/Protocol/LoadFile.h b/MdePkg/Include/Protocol/LoadFile.h index 5384f2aa8a..3ebfcb2b01 100644 --- a/MdePkg/Include/Protocol/LoadFile.h +++ b/MdePkg/Include/Protocol/LoadFile.h @@ -52,7 +52,7 @@ typedef EFI_LOAD_FILE_PROTOCOL EFI_LOAD_FILE_INTERFACE; Buffer. On output with a return code of EFI_BUFFER_TOO_SMALL, the size of Buffer required to retrieve the requested file. @param Buffer The memory buffer to transfer the file to. IF Buffer is NULL, - then no the size of the requested file is returned in + then the size of the requested file is returned in BufferSize. @retval EFI_SUCCESS The file was loaded. @@ -76,10 +76,9 @@ EFI_STATUS IN VOID *Buffer OPTIONAL ); -/** - @par Protocol Description: - The EFI_LOAD_FILE_PROTOCOL is a simple protocol used to obtain files from arbitrary devices. -**/ +/// +/// The EFI_LOAD_FILE_PROTOCOL is a simple protocol used to obtain files from arbitrary devices. +/// struct _EFI_LOAD_FILE_PROTOCOL { EFI_LOAD_FILE LoadFile; };