]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/UefiIfrParserExpression.c
ECP package BootScriptSaveOnS3SaveStateThunk driver needs to support framework 32bit...
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / FrameworkHiiOnUefiHiiThunk / UefiIfrParserExpression.c
index 9d2cab5595d12323c15cdc0ab7f821702ce067a1..7cab3909fc92efcebe9d1aa34817c8c82a019413 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 \r
-Copyright (c) 2007, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 http://opensource.org/licenses/bsd-license.php\r
@@ -50,13 +50,12 @@ EFI_HII_VALUE *mExpressionEvaluationStackPointer = NULL;
   @param  Stack                  On input: old stack; On output: new stack\r
   @param  StackPtr               On input: old stack pointer; On output: new stack\r
                                  pointer\r
-  @param  StackPtr               On input: old stack end; On output: new stack end\r
+  @param  StackEnd               On input: old stack end; On output: new stack end\r
 \r
   @retval EFI_SUCCESS            Grow stack success.\r
   @retval EFI_OUT_OF_RESOURCES   No enough memory for stack space.\r
 \r
 **/\r
-STATIC\r
 EFI_STATUS\r
 GrowStack (\r
   IN OUT EFI_HII_VALUE  **Stack,\r
@@ -110,7 +109,7 @@ GrowStack (
   @param  Stack                  On input: old stack; On output: new stack\r
   @param  StackPtr               On input: old stack pointer; On output: new stack\r
                                  pointer\r
-  @param  StackPtr               On input: old stack end; On output: new stack end\r
+  @param  StackEnd               On input: old stack end; On output: new stack end\r
   @param  Data                   Data to push.\r
 \r
   @retval EFI_SUCCESS            Push stack success.\r
@@ -155,7 +154,7 @@ PushStack (
   @param  Stack                  On input: old stack; On output: new stack\r
   @param  StackPtr               On input: old stack pointer; On output: new stack\r
                                  pointer\r
-  @param  StackPtr               On input: old stack end; On output: new stack end\r
+  @param  StackEnd               On input: old stack end; On output: new stack end\r
   @param  Data                   Data to pop.\r
 \r
   @retval EFI_SUCCESS            The value was popped onto the stack.\r
@@ -188,10 +187,6 @@ PopStack (
 /**\r
   Reset stack pointer to begin of the stack.\r
 \r
-  None.\r
-\r
-  @return None.\r
-\r
 **/\r
 VOID\r
 ResetScopeStack (\r
@@ -265,10 +260,6 @@ PopScope (
 /**\r
   Reset stack pointer to begin of the stack.\r
 \r
-  None.\r
-\r
-  @return None.\r
-\r
 **/\r
 VOID\r
 ResetExpressionStack (\r