kernel/eka/memmodel/epoc/flexible/mmu/mswap.h
changeset 176 af6ec97d9189
parent 0 a41df078684a
equal deleted inserted replaced
175:5af6c74cd793 176:af6ec97d9189
    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