initial api changes to support hw_ devices as more-generic attachable modules
[dcpu16] / hw_spc2000.h
index 44cc015175379f0116d5105d255ac213c9a9167b..2171ba3eb014587676f391b92db7e4c12128a901 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef SPC2000_H_IE4EG0MO
 #define SPC2000_H_IE4EG0MO
 
-struct dcpu16_hw *spc2000_new(struct dcpu16 *);
-void spc2000_del(struct dcpu16_hw **);
+extern struct dcpu16_hw_module dcpu16_hw_module_spc2000;
 
 #endif /* SPC2000_H_IE4EG0MO */