kernel/eka/memmodel/epoc/flexible/mmu/mswap.h
branchRCL_3
changeset 28 5b5d147c7838
parent 0 a41df078684a
--- 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