refactor: one more step towards arch-agnostic design
[lunaix-os.git] / lunaix-os / kernel / fs / fs_export.c
index 046204f026e556b5e4736433710df8362bc29e83..bdc02d4c6573d7caa29817f0b4cc01a1abfddb30 100644 (file)
@@ -59,4 +59,5 @@ vfs_export_attributes()
 
     map = twifs_mapping(NULL, NULL, "version");
     map->read = __version_rd;
-}
\ No newline at end of file
+}
+EXPORT_TWIFS_PLUGIN(vfs_general, vfs_export_attributes);
\ No newline at end of file