]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/SwitchStack.c
1. Removal PalCallStatic API
[mirror_edk2.git] / MdePkg / Library / BaseLib / SwitchStack.c
index b2a4af683b2e225457b29b26e09d51cc1a5d31bf..a6e33aec6eb2362ee4b9382f3e14b0093881e0bf 100644 (file)
 \r
 **/\r
 \r
-\r
-\r
-\r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 /**\r
   Transfers control to a function starting with a new stack.\r
                       function.\r
   @param  NewStack    A pointer to the new stack to use for the EntryPoint\r
                       function.\r
+  @param  ...         This variable argument list is ignored for IA32, x64, and EBC.  \r
+                      For IPF, this variable argument list is expected to contain \r
+                      a single parameter of type VOID * that specifies the new backing \r
+                      store pointer.\r
 \r
 **/\r
 VOID\r