-
- struct filesystem* fs = fsm_new_fs("iso9660", -1);
- fs->types |= FSTYPE_ROFS;
- fs->mount = iso9660_mount;
- 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