diff -r 95f71bcdcdb7 -r 657f875b013e kernel/eka/memmodel/epoc/flexible/mmu/mmu.h --- a/kernel/eka/memmodel/epoc/flexible/mmu/mmu.h Thu May 27 14:17:14 2010 +0300 +++ b/kernel/eka/memmodel/epoc/flexible/mmu/mmu.h Fri Jun 11 15:02:23 2010 +0300 @@ -1962,6 +1962,7 @@ TInt AllocRam( TPhysAddr* aPages, TUint aCount, TRamAllocFlags aFlags, TZonePageType aZonePageType, TUint aBlockZoneId=KRamZoneInvalidId, TBool aBlockRest=EFalse); + void MarkPageAllocated(TPhysAddr aPhysAddr, TZonePageType aZonePageType); void FreeRam(TPhysAddr* aPages, TUint aCount, TZonePageType aZonePageType); TInt AllocContiguousRam(TPhysAddr& aPhysAddr, TUint aCount, TUint aAlign, TRamAllocFlags aFlags); void FreeContiguousRam(TPhysAddr aPhysAddr, TUint aCount);