further reorg of module abstraction and control interface
[dcpu16] / hw_spc2000.c
index f07489578b1157e80842a8ac0d7027761395ed99..c967822279768111ec770cb7dbb42a3fcd39c325 100644 (file)
@@ -103,4 +103,6 @@ struct dcpu16_hw_module dcpu16_hw_module_spc2000 = {
     .template = &hw_,
     .data_init = spc2000_data_init_,
     .data_free = spc2000_data_free_,
+    .ctl = NULL,
+    .ctl_cmd = NULL,
 };