mirror of https://github.com/acidanthera/audk.git
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:
parent
857c841016
commit
d75f9fc227
|
@ -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)(
|
||||
|
|
Loading…
Reference in New Issue