kernel/eka/drivers/medmmc/mmcdp.h
changeset 287 ddfd5aa0d58f
parent 0 a41df078684a
equal deleted inserted replaced
286:48e57fb1237e 287:ddfd5aa0d58f
    19 #ifndef __MMCDP_H__
    19 #ifndef __MMCDP_H__
    20 #define __MMCDP_H__
    20 #define __MMCDP_H__
    21 
    21 
    22 
    22 
    23 #ifdef __TEST_PAGING_MEDIA_DRIVER__
    23 #ifdef __TEST_PAGING_MEDIA_DRIVER__
    24 const TInt KMmcGetStats	= 0x00000001;
    24 const TInt KMmcGetStats			= 0x00000001;
       
    25 const TInt KMmcSwitchPartition	= 0x00000002;
    25 struct SMmcStats
    26 struct SMmcStats
    26 	{
    27 	{
    27 	TInt iReqPage;
    28 	TInt iReqPage;
    28 	TInt iReqNormal;
    29 	TInt iReqNormal;
    29 	TUint16 iNormalFragmenting;
    30 	TUint16 iNormalFragmenting;