Kernel/VFS - Error catching in MkNod/O_CREAT
[tpg/acess2.git] / KernelLand / Kernel / include / vfs_ext.h
index b4d5e2a..df68c4c 100644 (file)
@@ -29,6 +29,8 @@ typedef Uint32        tMount;
 #define        VFS_OPENFLAG_NOLINK     0x40
 //! Create the file if it doesn't exist
 #define VFS_OPENFLAG_CREATE    0x80
+//! Treat as a directory
+#define VFS_OPENFLAG_DIRECTORY 0x100
 //! Open as a user
 #define        VFS_OPENFLAG_USER       0x8000
 /**

UCC git Repository :: git.ucc.asn.au