diff options
Diffstat (limited to 'IntelFsp2Pkg/Library/BaseFspSwitchStackLib/FspSwitchStackLib.c')
-rw-r--r-- | IntelFsp2Pkg/Library/BaseFspSwitchStackLib/FspSwitchStackLib.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/IntelFsp2Pkg/Library/BaseFspSwitchStackLib/FspSwitchStackLib.c b/IntelFsp2Pkg/Library/BaseFspSwitchStackLib/FspSwitchStackLib.c index dae4e27172..69a021f42b 100644 --- a/IntelFsp2Pkg/Library/BaseFspSwitchStackLib/FspSwitchStackLib.c +++ b/IntelFsp2Pkg/Library/BaseFspSwitchStackLib/FspSwitchStackLib.c @@ -1,6 +1,6 @@ /** @file
- Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2014 - 2022, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
@@ -21,6 +21,7 @@ **/
UINTN
+EFIAPI
SwapStack (
IN UINTN NewStack
)
|