fixed more issues by scrubbing.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7457 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jgong5
2009-02-06 05:47:32 +00:00
parent c24b392c30
commit d59b8b55d7
5 changed files with 38 additions and 62 deletions

View File

@@ -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