kernel/eka/include/e32const.h
changeset 44 36bfc973b146
parent 43 96e5fb8b040d
child 268 345b1ca54e88
--- a/kernel/eka/include/e32const.h	Thu Dec 17 09:24:54 2009 +0200
+++ b/kernel/eka/include/e32const.h	Thu Jan 07 13:38:45 2010 +0200
@@ -1026,6 +1026,13 @@
 enum TBatteryState {EBatNotSupported,EBatGood,EBatLow};
 
 
+/**
+@publishedAll
+@released
+
+Defines the possible connection types used to interface to the media.
+*/
+enum TConnectionBusType {EConnectionBusInternal, EConnectionBusUsb};
 
 
 /**
@@ -1149,6 +1156,15 @@
 @publishedAll
 @released
 
+Drive attribute - drive is external.
+*/
+const TUint KDriveAttExternal=0x800;
+
+
+/**
+@publishedAll
+@released
+
 Drive attribute - It can be set in a search in order to instruct that all drives should be returned.
 */
 const TUint KDriveAttAll=0x100000;