diff -r 5e441a173c63 -r d9f1e5bfe28c kernel/eka/include/memmodel/epoc/platform.h --- a/kernel/eka/include/memmodel/epoc/platform.h Mon May 24 18:45:46 2010 +0100 +++ b/kernel/eka/include/memmodel/epoc/platform.h Thu Jun 10 11:48:01 2010 +0100 @@ -382,6 +382,7 @@ IMPORT_C static TInt ZoneAllocPhysicalRam(TUint* aZoneIdList, TUint aZoneIdCount, TInt aNumPages, TPhysAddr* aPageList); IMPORT_C static TInt FreePhysicalRam(TPhysAddr aPhysAddr, TInt aSize); IMPORT_C static TInt FreePhysicalRam(TInt aNumPages, TPhysAddr* aPageList); + IMPORT_C static TInt FreeRamZone(TUint aZoneId); IMPORT_C static TInt ClaimPhysicalRam(TPhysAddr aPhysAddr, TInt aSize); IMPORT_C static TPhysAddr LinearToPhysical(TLinAddr aLinAddr); IMPORT_C static void RomProcessInfo(TProcessCreateInfo& aInfo, const TRomImageHeader& aRomImageHeader); /**< @internalComponent */