kernel/eka/include/d32locd.h
changeset 140 2ac1c5c27758
parent 123 fc55edbf3919
equal deleted inserted replaced
135:5e441a173c63 140:2ac1c5c27758
   563 		};
   563 		};
   564 
   564 
   565 	enum TReadWriteFlags
   565 	enum TReadWriteFlags
   566 		{
   566 		{
   567 		ELocDrvMetaData					= 0x80000000,	/**< Set if read/write request is for metadata */
   567 		ELocDrvMetaData					= 0x80000000,	/**< Set if read/write request is for metadata */
   568 		ELocDrvWholeMedia				= 0x40000000	/**< Set to access whole media, rather than partition */
   568 		ELocDrvWholeMedia				= 0x40000000,	/**< Set to access whole media, rather than partition */
       
   569 		ELocDrvDirectIO					= 0x20000000
   569 		};
   570 		};
   570 
   571 
   571 	// @see TBusLocalDrive::QueryDevice()
   572 	// @see TBusLocalDrive::QueryDevice()
   572 	enum TQueryDevice
   573 	enum TQueryDevice
   573 		{ 
   574 		{