Cleaning up some misc files
[tpg/acess2.git] / Kernel / arch / x86 / include / mm_phys.h
index 51a9cd3..1e05c01 100644 (file)
@@ -6,10 +6,10 @@
 #define _MM_PHYS_H
 
 // === FUNCTIONS ===
-extern tPAddr  MM_AllocPhys();
+extern tPAddr  MM_AllocPhys(void);
 extern tPAddr  MM_AllocPhysRange(int Pages, int MaxBits);
-extern void    MM_RefPhys(tPAddr Addr);
-extern void    MM_DerefPhys(tPAddr Addr);
+extern void    MM_RefPhys(tPAddr PAddr);
+extern void    MM_DerefPhys(tPAddr PAddr);
 extern int     MM_GetRefCount(tPAddr Addr);
 
 #endif

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