--- a/kernel/eka/include/d32locd.h Mon May 24 18:45:46 2010 +0100
+++ b/kernel/eka/include/d32locd.h Mon Jun 07 16:46:36 2010 +0100
@@ -565,7 +565,8 @@
enum TReadWriteFlags
{
ELocDrvMetaData = 0x80000000, /**< Set if read/write request is for metadata */
- ELocDrvWholeMedia = 0x40000000 /**< Set to access whole media, rather than partition */
+ ELocDrvWholeMedia = 0x40000000, /**< Set to access whole media, rather than partition */
+ ELocDrvDirectIO = 0x20000000
};
// @see TBusLocalDrive::QueryDevice()