From d75f9fc2275c9e911264283a082bb97c00bdde9a Mon Sep 17 00:00:00 2001 From: mdkinney Date: Sun, 7 Dec 2008 22:52:30 +0000 Subject: Add macro comments for SWITCH_STACK_ENTRY_POINT git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6899 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Library/BaseLib.h | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'MdePkg/Include/Library/BaseLib.h') diff --git a/MdePkg/Include/Library/BaseLib.h b/MdePkg/Include/Library/BaseLib.h index c4284eac2..6650bcbba 100644 --- a/MdePkg/Include/Library/BaseLib.h +++ b/MdePkg/Include/Library/BaseLib.h @@ -3362,9 +3362,17 @@ CalculateCheckSum64 ( ); -/// -/// Base Library CPU Functions -/// +// +// Base Library CPU Functions +// + +/** + Function entry point used when a stack switch is requested with SwitchStack() + + @param Context1 Context1 parameter passed into SwitchStack(). + @param Context2 Context2 parameter passed into SwitchStack(). + +**/ typedef VOID (EFIAPI *SWITCH_STACK_ENTRY_POINT)( -- cgit v1.2.3