From 52166c09d6f3fe1545d66ccec32bd5e479f26294 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Thu, 1 Jun 2006 02:13:30 +0000 Subject: [PATCH] Added function declaration git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@362 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseLib/X64/SwitchStack.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MdePkg/Library/BaseLib/X64/SwitchStack.c b/MdePkg/Library/BaseLib/X64/SwitchStack.c index 3dd93825e0..64ae261263 100644 --- a/MdePkg/Library/BaseLib/X64/SwitchStack.c +++ b/MdePkg/Library/BaseLib/X64/SwitchStack.c @@ -14,6 +14,15 @@ **/ +VOID +EFIAPI +_SwitchStack ( + IN SWITCH_STACK_ENTRY_POINT EntryPoint, + IN VOID *Context1, + IN VOID *Context2, + IN VOID *NewStack + ); + /** Transfers control to a function starting with a new stack. -- 2.39.2