kernel/eka/include/e32const.h
changeset 271 dc268b18d709
parent 269 d57b86b1867a
child 301 172f33f13d7d
equal deleted inserted replaced
269:d57b86b1867a 271:dc268b18d709
  1359 @released
  1359 @released
  1360 
  1360 
  1361 Identifies a non-file system.  That is a partition without any file system layer.
  1361 Identifies a non-file system.  That is a partition without any file system layer.
  1362 */
  1362 */
  1363 const TUint KDriveFileNone=0x05;
  1363 const TUint KDriveFileNone=0x05;
       
  1364 
       
  1365 
       
  1366 /**
       
  1367 @internalComponent
       
  1368 Identifies exFAT file system
       
  1369 */
       
  1370 const TUint KDriveFileSysExFAT=0x06;
       
  1371 
       
  1372 
  1364 
  1373 
  1365 
  1374 
  1366 
  1375 
  1367 
  1376 
  1368 /**
  1377 /**