added initfuncs.h private header to memory manager to allow us to centralize

some local definitions
This commit is contained in:
Eric J. Bowersox
2013-05-02 23:58:14 -06:00
parent 621aec75bb
commit 61ff5d8db4
7 changed files with 63 additions and 11 deletions

View File

@@ -62,9 +62,6 @@ typedef struct tagVMCTXT {
RBTREE rbtPageTables; /* tree containing page tables this context owns */
} VMCTXT, *PVMCTXT;
/* Pointer to a function to update the page database with a PTE address. */
typedef void (*PFNSETPTEADDR)(UINT32, PHYSADDR, BOOL);
/* Invalid page return. */
#define INVALID_PAGE ((UINT32)(-1))