kernel/eka/memmodel/epoc/flexible/mmu/mswap.h
branchRCL_3
changeset 28 5b5d147c7838
parent 0 a41df078684a
equal deleted inserted replaced
26:c734af59ce98 28:5b5d147c7838
    21 #ifndef MSWAP_H
    21 #ifndef MSWAP_H
    22 #define MSWAP_H
    22 #define MSWAP_H
    23 
    23 
    24 extern void GetSwapInfo(SVMSwapInfo& aInfoOut);
    24 extern void GetSwapInfo(SVMSwapInfo& aInfoOut);
    25 extern TInt SetSwapThresholds(const SVMSwapThresholds& aThresholds);
    25 extern TInt SetSwapThresholds(const SVMSwapThresholds& aThresholds);
       
    26 extern TBool GetPhysicalAccessSupported();
       
    27 extern TBool GetUsePhysicalAccess();
       
    28 extern void SetUsePhysicalAccess(TBool aUsePhysicalAccess);
       
    29 extern TUint GetPreferredDataWriteSize();
       
    30 extern TInt SetDataWriteSize(TUint aWriteShift);
    26 
    31 
    27 #endif
    32 #endif