summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/UefiLib.h
diff options
context:
space:
mode:
authoryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-21 07:26:20 +0000
committeryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-21 07:26:20 +0000
commit9199040cb29991c1ee4259a50cab8dd8f1cc96c2 (patch)
tree3bafb3b425e55623800c59a1c117caa00b85ca67 /MdePkg/Include/Library/UefiLib.h
parent0fb90682e7103d7f75c17b1b86595eb7f1f49d25 (diff)
downloadedk2-platforms-9199040cb29991c1ee4259a50cab8dd8f1cc96c2.tar.xz
Code Scrub of MdePkg/Inlcude/Library
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5533 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/UefiLib.h')
-rw-r--r--MdePkg/Include/Library/UefiLib.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/MdePkg/Include/Library/UefiLib.h b/MdePkg/Include/Library/UefiLib.h
index 7daa23be48..4ad8d413cf 100644
--- a/MdePkg/Include/Library/UefiLib.h
+++ b/MdePkg/Include/Library/UefiLib.h
@@ -772,6 +772,8 @@ EfiGetNameGuidFromFwVolDevicePathNode (
@param ... VARARG list consumed to process Format.
If Format is NULL, then ASSERT().
If Format is not aligned on a 16-bit boundary, then ASSERT().
+
+ @return Number of Unicode characters printed to ConOut.
**/
UINTN
@@ -795,6 +797,8 @@ Print (
@param ... VARARG list consumed to process Format.
If Format is NULL, then ASSERT().
If Format is not aligned on a 16-bit boundary, then ASSERT().
+
+ @return Number of Unicode characters printed to StdErr.
**/
UINTN
@@ -818,6 +822,8 @@ ErrorPrint (
@param ... VARARG list consumed to process Format.
If Format is NULL, then ASSERT().
If Format is not aligned on a 16-bit boundary, then ASSERT().
+
+ @return Number of ASCII characters printed to ConOut.
**/
UINTN
@@ -841,6 +847,8 @@ AsciiPrint (
@param ... VARARG list consumed to process Format.
If Format is NULL, then ASSERT().
If Format is not aligned on a 16-bit boundary, then ASSERT().
+
+ @return Number of ASCII characters printed to ConErr.
**/
UINTN