emulator/emulatorbsp/specific/mmci.h
branchRCL_3
changeset 40 cb9d56c0e2af
parent 0 cec860690d41
child 55 7151b503b58d
--- a/emulator/emulatorbsp/specific/mmci.h	Mon Jun 21 16:55:23 2010 +0300
+++ b/emulator/emulatorbsp/specific/mmci.h	Thu Aug 19 10:59:57 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