feat: device subsystem rework
[lunaix-os.git] / lunaix-os / kernel / fs / iso9660 / mount.c
index 19895609567b4647c1ea204e1ae21883b41465cd..3849add82eb53117c60ae75655614b53cf60b6fa 100644 (file)
@@ -109,4 +109,5 @@ iso9660_init()
     fs->unmount = iso9660_unmount;
 
     fsm_register(fs);
-}
\ No newline at end of file
+}
+EXPORT_FILE_SYSTEM(iso9660, iso9660_init);
\ No newline at end of file