Kernel - Implemented strcat/strncat
[tpg/acess2.git] / Kernel / include / vfs.h
index 248a1ac..73161a1 100644 (file)
@@ -155,6 +155,7 @@ typedef struct sVFS_Node
        
        /**
         * \name VFS_Select() fields
+        * \note Used by the VFS internals, drivers should use VFS_Mark*
         * \{
         */
         int    DataAvaliable;
@@ -166,6 +167,15 @@ typedef struct sVFS_Node
        /**
         * \}
         */
+
+       /**
+        * \name VFS_MMap() fields
+        * \{
+        */
+       void    *MMapInfo;
+       /**
+        * \}
+        */
        
        /**
         * \name Common Functions

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