kernel/eka/include/drivers/mmc.h
changeset 129 a990138eda40
parent 0 a41df078684a
child 244 a77889bee936
--- a/kernel/eka/include/drivers/mmc.h	Wed Apr 28 16:16:32 2010 +0100
+++ b/kernel/eka/include/drivers/mmc.h	Thu Apr 29 11:08:53 2010 +0100
@@ -1540,7 +1540,8 @@
 	enum TCardTypes
 		{
 		EHighSpeedCard26Mhz = 0x01,
-		EHighSpeedCard52Mhz = 0x02
+		EHighSpeedCard52Mhz = 0x02,
+		ECardTypeMsk        = 0x03 
 		};
 	
 	/**
@@ -1714,6 +1715,9 @@
 	
 	/** returns the contents of the S_A_TIMEOUT field */
 	inline TUint SleepAwakeTimeout() const;
+	
+	/** returns True if the CARD_TYPE field conatains a valid value **/
+	inline TBool IsSupportedCardType() const;
 
 private:
 	/**