kerneltest/e32test/pccd/t_pccdsr.cpp
changeset 109 b3a1d9898418
parent 0 a41df078684a
child 257 3e88ff8f41d5
equal deleted inserted replaced
102:ef2a444a7410 109:b3a1d9898418
    30 #define ATA_PDD_NAME _L("MEDATA")
    30 #define ATA_PDD_NAME _L("MEDATA")
    31 
    31 
    32 const TInt KAtaSectorSize=512;
    32 const TInt KAtaSectorSize=512;
    33 const TInt KMaxSectors=8;
    33 const TInt KMaxSectors=8;
    34 const TInt KMaxRdWrBufLen=(KAtaSectorSize*KMaxSectors); // 4K
    34 const TInt KMaxRdWrBufLen=(KAtaSectorSize*KMaxSectors); // 4K
    35 const TInt KHeapSize=0x4000;
       
    36 const TInt KMaxErr=8;
    35 const TInt KMaxErr=8;
    37 
    36 
    38 #if defined (USE_F32_ACCESS)
    37 #if defined (USE_F32_ACCESS)
    39 GLDEF_D	RFs TheFs;
    38 GLDEF_D	RFs TheFs;
    40 #else
    39 #else