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
This commit is contained in:
mdkinney 2008-12-07 22:52:30 +00:00
parent 857c841016
commit d75f9fc227
1 changed files with 11 additions and 3 deletions

View File

@ -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)(