--- a/kernel/eka/include/memmodel/epoc/mmubase/mmubase.h Thu Aug 19 11:14:22 2010 +0300
+++ b/kernel/eka/include/memmodel/epoc/mmubase/mmubase.h Tue Aug 31 16:34:26 2010 +0300
@@ -410,6 +410,7 @@
TInt ZoneAllocPhysicalRam(TUint* aZoneIdList, TUint aZoneIdCount, TInt aNumPages, TPhysAddr* aPageList);
TInt FreePhysicalRam(TPhysAddr aPhysAddr, TInt aSize);
TInt FreePhysicalRam(TInt aNumPages, TPhysAddr* aPageList);
+ TInt FreeRamZone(TUint aZoneId, TPhysAddr& aZoneBase, TUint& aZoneBytes);
TInt ClaimPhysicalRam(TPhysAddr aPhysAddr, TInt aSize);
TInt GetPageTableId(TPhysAddr aPtPhys);
void MapRamPage(TLinAddr aAddr, TPhysAddr aPage, TPte aPtePerm);