diff -r 5af6c74cd793 -r af6ec97d9189 kernel/eka/memmodel/epoc/flexible/mmu/mswap.h --- a/kernel/eka/memmodel/epoc/flexible/mmu/mswap.h Wed Jun 23 11:59:44 2010 +0100 +++ b/kernel/eka/memmodel/epoc/flexible/mmu/mswap.h Wed Jun 23 12:52:28 2010 +0100 @@ -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