TianoCore EDK2 master
Loading...
Searching...
No Matches
Non-existing.c
Go to the documentation of this file.
1
9#include <Library/DebugLib.h>
10
37VOID
38EFIAPI
40 IN UINT16 CodeSelector,
41 IN UINT32 EntryPoint,
42 IN UINT32 Context1 OPTIONAL,
43 IN UINT32 Context2 OPTIONAL,
44 IN UINT32 NewStack
45 )
46{
47 //
48 // This function cannot work on IA32 platform
49 //
50 ASSERT (FALSE);
51}
VOID EFIAPI InternalX86DisablePaging64(IN UINT16 CodeSelector, IN UINT32 EntryPoint, IN UINT32 Context1 OPTIONAL, IN UINT32 Context2 OPTIONAL, IN UINT32 NewStack)
Definition: Non-existing.c:39
#define FALSE
Definition: Base.h:307
#define IN
Definition: Base.h:279