feat: device subsystem rework
[lunaix-os.git] / lunaix-os / kernel / process / taskfs.c
index ca7f61e13c8dfabeb62af094b8cc9fa371068e2f..2aa1ed9f83f8c4253712c47d9e9dca5320485c9a 100644 (file)
@@ -7,7 +7,7 @@
 #include <klibc/stdio.h>
 #include <klibc/string.h>
 
-#include <sys/dirent_defs.h>
+#include <usr/lunaix/dirent_defs.h>
 
 #define COUNTER_MASK ((1 << 16) - 1)
 
@@ -226,4 +226,5 @@ taskfs_init()
     attr_export_table = vcalloc(ATTR_TABLE_LEN, sizeof(struct hbucket));
 
     export_task_attr();
-}
\ No newline at end of file
+}
+EXPORT_FILE_SYSTEM(taskfs, taskfs_init);
\ No newline at end of file