Fixed the EFLAGS contents to actually enable IF
[tpg/acess2.git] / Kernel / arch / x86 / include / mm_virt.h
index d3260fe..cc2d5d8 100644 (file)
@@ -6,12 +6,13 @@
 #define _MM_VIRT_H
 
 // === FUNCTIONS ===
+extern void    MM_FinishVirtualInit();
 extern void    MM_SetCR3(Uint32 CR3);
-extern tPAddr  MM_Allocate(Uint VAddr);
-extern void    MM_Deallocate(Uint VAddr);
-extern int     MM_Map(Uint VAddr, tPAddr PAddr);
-extern Uint    MM_Clone();
-extern Uint    MM_NewKStack();
-extern Uint    MM_NewWorkerStack();
+extern tPAddr  MM_Allocate(tVAddr VAddr);
+extern void    MM_Deallocate(tVAddr VAddr);
+extern int     MM_Map(tVAddr VAddr, tPAddr PAddr);
+extern tPAddr  MM_Clone();
+extern tVAddr  MM_NewKStack();
+extern tVAddr  MM_NewWorkerStack();
 
 #endif

UCC git Repository :: git.ucc.asn.au