Added some very pedantic warning flags
[tpg/acess2.git] / Kernel / arch / x86 / mm_virt.c
index a07f876..68fd5c0 100644 (file)
@@ -78,6 +78,7 @@ void  MM_PreinitVirtual(void);
 void   MM_InstallVirtual(void);
 void   MM_PageFault(tVAddr Addr, Uint ErrorCode, tRegs *Regs);
 void   MM_DumpTables(tVAddr Start, tVAddr End);
+tVAddr MM_ClearUser(void);
 tPAddr MM_DuplicatePage(tVAddr VAddr);
 
 // === GLOBALS ===

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