Various Changes
[tpg/acess2.git] / Kernel / arch / x86 / include / mm_virt.h
index 8b7508c..d3260fe 100644 (file)
@@ -1,9 +1,9 @@
 /*
- * AcessOS Microkernel Version
- * mm_phys.h
+ * Acess2
+ * - Virtual Memory Manager (Header)
  */
-#ifndef _MM_PHYS_H
-#define _MM_PHYS_H
+#ifndef _MM_VIRT_H
+#define _MM_VIRT_H
 
 // === FUNCTIONS ===
 extern void    MM_SetCR3(Uint32 CR3);
@@ -12,5 +12,6 @@ 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();
 
 #endif

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