]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspPkg/Include/Library/FspPlatformLib.h
Update IntelFspPkg according to FSP1.1.
[mirror_edk2.git] / IntelFspPkg / Include / Library / FspPlatformLib.h
index 855017880b775d3edceae04cef67fe7587b92907..1132320dd270a61468435eaa04a1dab43bfd1c35 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-  Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2014 - 2015, 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
@@ -37,6 +37,16 @@ FspMigrateTemporaryMemory (
   VOID\r
   );\r
 \r
+/**\r
+  Set a new stack frame for the continuation function\r
+\r
+**/\r
+VOID\r
+EFIAPI\r
+FspSetNewStackFrame (\r
+  VOID\r
+  );\r
+\r
 /**\r
   This function transfer control to the ContinuationFunc passed in by the\r
   bootloader.\r