diff -r 73ea206103e6 -r 43365a9b78a3 kernel/eka/memmodel/epoc/flexible/mmu/mswap.h --- a/kernel/eka/memmodel/epoc/flexible/mmu/mswap.h Wed Jun 23 19:44:53 2010 +0300 +++ b/kernel/eka/memmodel/epoc/flexible/mmu/mswap.h Tue Jul 06 15:50:07 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