X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FNetwork%2FUefiPxeBcDxe%2FPxeBcMtftp.h;h=903dd4fbb69a7ebccd429e2f0598a7d6b8223371;hp=241b079d721c728f6059d5dfa51ed4a8e2b21666;hb=d1102dba7210b95e41d06c2338a22ba6af248645;hpb=ca79bab7af4770c5eb578f6d495af01705aedb79 diff --git a/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcMtftp.h b/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcMtftp.h index 241b079d72..903dd4fbb6 100644 --- a/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcMtftp.h +++ b/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcMtftp.h @@ -1,7 +1,7 @@ /** @file Mtftp routines for PxeBc. - -Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.
+ +Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -27,7 +27,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. /** This function is to get size of a file by Tftp. - + @param Private Pointer to PxeBc private data @param Config Pointer to Mtftp configuration data @param Filename Pointer to file name @@ -38,7 +38,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. @retval EFI_NOT_FOUND Parse the tftp ptions failed. @retval EFI_DEVICE_ERROR The network device encountered an error during this operation. @retval Other Has not get the size of the file. - + **/ EFI_STATUS PxeBcTftpGetFileSize ( @@ -64,7 +64,7 @@ PxeBcTftpGetFileSize ( @retval EFI_SUCCESS Read the data success from the special file. @retval EFI_DEVICE_ERROR The network device encountered an error during this operation. @retval other Read data from file failed. - + **/ EFI_STATUS PxeBcTftpReadFile ( @@ -92,7 +92,7 @@ PxeBcTftpReadFile ( @retval EFI_SUCCESS Write the data success into the special file. @retval EFI_DEVICE_ERROR The network device encountered an error during this operation. @retval other Write data into file failed. - + **/ EFI_STATUS PxeBcTftpWriteFile ( @@ -117,10 +117,10 @@ PxeBcTftpWriteFile ( @param BufferSize Pointer to buffer size. @param DontUseBuffer Indicate whether with a receive buffer. - @retval EFI_SUCCES Get the data from the file included in directory success. + @retval EFI_SUCCES Get the data from the file included in directory success. @retval EFI_DEVICE_ERROR The network device encountered an error during this operation. @retval other Operation failed. - + **/ EFI_STATUS PxeBcTftpReadDirectory (