summaryrefslogtreecommitdiffstats
path: root/IntelFspPkg/Include/Library/FspPlatformLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFspPkg/Include/Library/FspPlatformLib.h')
-rw-r--r--IntelFspPkg/Include/Library/FspPlatformLib.h12
1 files changed, 11 insertions, 1 deletions
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.<BR>
+ Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
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
@@ -38,6 +38,16 @@ FspMigrateTemporaryMemory (
);
/**
+ 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.