X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFspPkg%2FInclude%2FLibrary%2FFspPlatformLib.h;h=1132320dd270a61468435eaa04a1dab43bfd1c35;hp=855017880b775d3edceae04cef67fe7587b92907;hb=d5fb1edfb16a2af29486ffbf5aa32a036da9caa4;hpb=6cffee0cb04e0605126d9436e2acf073aa0679bf diff --git a/IntelFspPkg/Include/Library/FspPlatformLib.h b/IntelFspPkg/Include/Library/FspPlatformLib.h index 855017880b..1132320dd2 100644 --- a/IntelFspPkg/Include/Library/FspPlatformLib.h +++ b/IntelFspPkg/Include/Library/FspPlatformLib.h @@ -1,6 +1,6 @@ /** @file - Copyright (c) 2014, Intel Corporation. All rights reserved.
+ Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -37,6 +37,16 @@ FspMigrateTemporaryMemory ( VOID ); +/** + Set a new stack frame for the continuation function + +**/ +VOID +EFIAPI +FspSetNewStackFrame ( + VOID + ); + /** This function transfer control to the ContinuationFunc passed in by the bootloader.