changeset 41 | f97fff08dd92 |
parent 0 | cec860690d41 |
child 55 | 7151b503b58d |
--- a/emulator/emulatorbsp/specific/mmci.h Thu Aug 12 17:52:01 2010 +0530 +++ b/emulator/emulatorbsp/specific/mmci.h Wed Aug 25 16:50:54 2010 +0530 @@ -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