Kernel/x86 - Fixed build and run after x86_64 and arm7 changes to API
[tpg/acess2.git] / Kernel / arch / x86 / include / mm_virt.h
index 4125d71..4a11e71 100644 (file)
@@ -44,6 +44,6 @@ extern void   MM_FinishVirtualInit(void);
 extern void    MM_SetCR3(Uint CR3);
 extern tPAddr  MM_Clone(void);
 extern tVAddr  MM_NewKStack(void);
-extern tVAddr  MM_NewWorkerStack(void);
+extern tVAddr  MM_NewWorkerStack(Uint *InitialStack, size_t StackSize);
 
 #endif

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