X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86%2Finclude%2Fmm_phys.h;h=2d35587d46f68db72fadf2be5c1ce4299726c11d;hb=38e4b28d370c5f9284b285a71518ae2b6bce125c;hp=8d4610985974eb48ca92ef4780be82723c12fee1;hpb=12eaf93dbdd3d06ca0da8d72aef338490a55c702;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86/include/mm_phys.h b/Kernel/arch/x86/include/mm_phys.h index 8d461098..2d35587d 100644 --- a/Kernel/arch/x86/include/mm_phys.h +++ b/Kernel/arch/x86/include/mm_phys.h @@ -7,8 +7,9 @@ // === FUNCTIONS === extern tPAddr MM_AllocPhys(); -extern void MM_RefPhys(Uint32 Addr); -extern void MM_DerefPhys(Uint32 Addr); +extern tPAddr MM_AllocPhysRange(int Pages); +extern void MM_RefPhys(tPAddr Addr); +extern void MM_DerefPhys(tPAddr Addr); extern int MM_GetRefCount(tPAddr Addr); #endif