X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=Kernel%2Farch%2Fx86%2Finclude%2Fmm_phys.h;h=96d3e64a8c49cd07dc4155141520effeb7164cc6;hb=9d85201216cb35e1b1e051b1d7cdc38eaa5befa4;hp=f72ebf6aa765c1a9ca9352a7444566450d9e4f72;hpb=bf7d1cd5635d41bd7c58bf99c61cdc670291c543;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86/include/mm_phys.h b/Kernel/arch/x86/include/mm_phys.h index f72ebf6a..96d3e64a 100644 --- a/Kernel/arch/x86/include/mm_phys.h +++ b/Kernel/arch/x86/include/mm_phys.h @@ -6,10 +6,10 @@ #define _MM_PHYS_H // === FUNCTIONS === -extern tPAddr MM_AllocPhys(); -extern tPAddr MM_AllocPhysRange(int Pages, int MaxBits); -extern void MM_RefPhys(tPAddr PAddr); -extern void MM_DerefPhys(tPAddr PAddr); -extern int MM_GetRefCount(tPAddr Addr); +//extern tPAddr MM_AllocPhys(void); +//extern tPAddr MM_AllocPhysRange(int Pages, int MaxBits); +//extern void MM_RefPhys(tPAddr PAddr); +//extern void MM_DerefPhys(tPAddr PAddr); +//extern int MM_GetRefCount(tPAddr Addr); #endif