diff -r c734af59ce98 -r 5b5d147c7838 kernel/eka/memmodel/epoc/flexible/mmu/mswap.h --- a/kernel/eka/memmodel/epoc/flexible/mmu/mswap.h Tue May 11 17:28:22 2010 +0300 +++ b/kernel/eka/memmodel/epoc/flexible/mmu/mswap.h Tue May 25 14:09:55 2010 +0300 @@ -23,5 +23,10 @@ extern void GetSwapInfo(SVMSwapInfo& aInfoOut); extern TInt SetSwapThresholds(const SVMSwapThresholds& aThresholds); +extern TBool GetPhysicalAccessSupported(); +extern TBool GetUsePhysicalAccess(); +extern void SetUsePhysicalAccess(TBool aUsePhysicalAccess); +extern TUint GetPreferredDataWriteSize(); +extern TInt SetDataWriteSize(TUint aWriteShift); #endif