diff -r 39165117a9bf -r 1a9ec22d1e48 emulator/emulatorbsp/specific/mmci.h --- a/emulator/emulatorbsp/specific/mmci.h Wed Aug 18 10:53:46 2010 +0300 +++ b/emulator/emulatorbsp/specific/mmci.h Thu Sep 02 21:37:54 2010 +0300 @@ -52,6 +52,10 @@ TMMCardStateEnum iState; // Simulation of card's current state HANDLE iWinHandle; TRCA iRCA; + + TBool iForceMount; + TUint iForceMountCSIZE; // mmc card size field + TUint iForceMountCSIZE_MULT; // mmc card size field }; class DWinsMMCStack : public DMMCStack