TianoCore EDK2
master
Loading...
Searching...
No Matches
SetJump.c
Go to the documentation of this file.
1
9
#include "
BaseLibInternals.h
"
10
22
VOID
23
EFIAPI
24
InternalAssertJumpBuffer
(
25
IN
BASE_LIBRARY_JUMP_BUFFER *JumpBuffer
26
)
27
{
28
ASSERT (JumpBuffer !=
NULL
);
29
30
ASSERT (((
UINTN
)JumpBuffer & (BASE_LIBRARY_JUMP_BUFFER_ALIGNMENT - 1)) == 0);
31
}
UINTN
UINT64 UINTN
Definition:
ProcessorBind.h:112
BaseLibInternals.h
NULL
#define NULL
Definition:
Base.h:319
IN
#define IN
Definition:
Base.h:279
InternalAssertJumpBuffer
VOID EFIAPI InternalAssertJumpBuffer(IN BASE_LIBRARY_JUMP_BUFFER *JumpBuffer)
Definition:
SetJump.c:24
MdePkg
Library
BaseLib
SetJump.c
Generated on Fri Nov 15 2024 18:01:17 for TianoCore EDK2 by
1.9.6