summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Library
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-16 03:06:59 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-16 03:06:59 +0000
commit1db1f6adb4591671c044dc18d82f89845c60ecfa (patch)
tree915926e5db3b9e9177b0e68ea3b3bb17a66d3e4e /MdePkg/Include/Library
parentcfb9b643f74f52183ef1022aaf24534b0ea78e47 (diff)
downloadedk2-1db1f6adb4591671c044dc18d82f89845c60ecfa.tar.gz
edk2-1db1f6adb4591671c044dc18d82f89845c60ecfa.tar.bz2
edk2-1db1f6adb4591671c044dc18d82f89845c60ecfa.zip
Clean up IfrSupportLib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5487 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library')
-rw-r--r--MdePkg/Include/Library/IfrSupportLib.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/MdePkg/Include/Library/IfrSupportLib.h b/MdePkg/Include/Library/IfrSupportLib.h
index f4f7a1907b..953cd47314 100644
--- a/MdePkg/Include/Library/IfrSupportLib.h
+++ b/MdePkg/Include/Library/IfrSupportLib.h
@@ -431,6 +431,7 @@ CreateStringOpCode (
**/
VOID
+EFIAPI
ToLower (
IN OUT CHAR16 *Str
)
@@ -494,7 +495,9 @@ HexStringToBuffer (
@retval EFI_SUCCESS Routine success.
@retval EFI_BUFFER_TOO_SMALL The string buffer is too small.
-**/EFI_STATUS
+**/
+EFI_STATUS
+EFIAPI
ConfigStringToUnicode (
IN OUT CHAR16 *UnicodeString,
IN OUT UINTN *StrBufferLen,
@@ -518,7 +521,9 @@ ConfigStringToUnicode (
@retval EFI_SUCCESS Routine success.
@retval EFI_BUFFER_TOO_SMALL The string buffer is too small.
-**/EFI_STATUS
+**/
+EFI_STATUS
+EFIAPI
UnicodeToConfigString (
IN OUT CHAR16 *ConfigString,
IN OUT UINTN *StrBufferLen,
@@ -640,7 +645,7 @@ SetBrowserData (
@param NumberOfLines The number of lines for the dialog box
@param KeyValue The EFI_KEY value returned if HotKey is TRUE..
@param String Pointer to the first string in the list
- @param ... A series of (quantity == NumberOfLines) text
+ @param ... A series of (quantity == NumberOfLines - 1) text
strings which will be used to construct the dialog
box