further reorg of module abstraction and control interface
[dcpu16] / hw_clock.c
index f70dcf4c3d368f634f12435d62ab5cd4ea2c1f37..83eaa8090598866838ed90df00dc88da81e1d0c1 100644 (file)
@@ -104,4 +104,6 @@ struct dcpu16_hw_module dcpu16_hw_module_clock = {
     .template = &hw_,
     .data_init = clock_data_init_,
     .data_free = clock_data_free_,
+    .ctl = NULL,
+    .ctl_cmd = NULL,
 };