X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86%2Finclude%2Fmm_phys.h;h=f72ebf6aa765c1a9ca9352a7444566450d9e4f72;hb=e617614d9e5ca900649d584524eacef768b1f1b9;hp=51a9cd30c88cacf2c1ed51c6015ef6b6cae19980;hpb=d52a53f035af92941c0cafe5f81888fed16d2462;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86/include/mm_phys.h b/Kernel/arch/x86/include/mm_phys.h index 51a9cd30..f72ebf6a 100644 --- a/Kernel/arch/x86/include/mm_phys.h +++ b/Kernel/arch/x86/include/mm_phys.h @@ -8,8 +8,8 @@ // === FUNCTIONS === extern tPAddr MM_AllocPhys(); 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