diff --git a/MdePkg/Include/Library/BaseLib.h b/MdePkg/Include/Library/BaseLib.h index c4284eac25..6650bcbbad 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)(