summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcMtftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcMtftp.h')
-rw-r--r--MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcMtftp.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcMtftp.h b/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcMtftp.h
index 8c2ce37e1e..2ef0450626 100644
--- a/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcMtftp.h
+++ b/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcMtftp.h
@@ -46,8 +46,7 @@ PxeBcTftpGetFileSize (
IN UINT8 *Filename,
IN UINTN *BlockSize,
IN OUT UINT64 *BufferSize
- )
-;
+ );
/**
@@ -64,6 +63,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 (
@@ -74,8 +74,7 @@ PxeBcTftpReadFile (
IN UINT8 *BufferPtr,
IN OUT UINT64 *BufferSize,
IN BOOLEAN DontUseBuffer
- )
-;
+ );
/**
@@ -92,7 +91,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 (
@@ -103,8 +102,7 @@ PxeBcTftpWriteFile (
IN UINTN *BlockSize,
IN UINT8 *BufferPtr,
IN OUT UINT64 *BufferSize
- )
-;
+ );
/**
@@ -132,8 +130,7 @@ PxeBcTftpReadDirectory (
IN UINT8 *BufferPtr,
IN OUT UINT64 *BufferSize,
IN BOOLEAN DontUseBuffer
- )
-;
+ );
#endif