Some memory manager cleanups
[reactos.git] / reactos / include / ddk / iotypes.h
index fc8e5c9..f2c7108 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: iotypes.h,v 1.21 2000/12/29 23:17:11 dwelch Exp $
+/* $Id: iotypes.h,v 1.22 2001/01/08 02:14:05 dwelch Exp $
  * 
  */
 
@@ -267,10 +267,14 @@ typedef struct _IO_COMPLETION_CONTEXT
 #define FO_HANDLE_CREATED               0x00040000
 #define FO_FILE_FAST_IO_READ            0x00080000
 
+/*
+ * ReactOS specific flags
+ */
 #define FO_DIRECT_CACHE_READ            0x72000001 
 #define FO_DIRECT_CACHE_WRITE           0x72000002
 #define FO_DIRECT_CACHE_PAGING_READ     0x72000004
 #define FO_DIRECT_CACHE_PAGING_WRITE    0x72000008
+#define FO_FCB_IS_VALID                 0x72000010
 
 typedef struct _FILE_OBJECT
 {