feat: device subsystem rework
[lunaix-os.git] / lunaix-os / kernel / fs / fsm.c
index a6a2be69686ebda6005ba19f24152743653192d0..ca1221c095a0e063a6d3dd0c5dea16cbbe8a0232 100644 (file)
@@ -23,7 +23,7 @@ fsm_init()
 {
     hashtable_init(fs_registry);
 
-    fsm_register_all();
+    ldga_invoke_fn0(fs);
 }
 
 void