TianoCore EDK2 master
Loading...
Searching...
No Matches
CreatePageTable.c
Go to the documentation of this file.
1
8#include <Base.h>
9
18 IN UINTN Address,
19 IN UINTN Length
20 )
21{
22 return 0;
23}
UINT64 UINTN
UINTN CreatePageTable(IN UINTN Address, IN UINTN Length)
#define IN
Definition: Base.h:279