Added ProcDev/SysFS + Cleanup
[tpg/acess2.git] / Kernel / arch / x86 / include / mm_virt.h
index d3260fe..2dc3b30 100644 (file)
@@ -7,11 +7,11 @@
 
 // === FUNCTIONS ===
 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 tVAddr  MM_Clone();
+extern tVAddr  MM_NewKStack();
+extern tVAddr  MM_NewWorkerStack();
 
 #endif

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