kernel/eka/memmodel/epoc/flexible/mmu/mswap.h
changeset 176 af6ec97d9189
parent 0 a41df078684a
--- 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