diff -r 657f875b013e -r 73ea206103e6 kernel/eka/include/d32locd.h --- a/kernel/eka/include/d32locd.h Fri Jun 11 15:02:23 2010 +0300 +++ b/kernel/eka/include/d32locd.h Wed Jun 23 19:44:53 2010 +0300 @@ -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()