modualarized 'hardware' api changes complete
[dcpu16] / hw_clock.h
index 263c03b68a0d5f03b880713e0ffd8d023218bb6c..edb773f9067f36d49068d2ded801a471ed0afaae 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef CLOCK_H_P5G2G9FA
 #define CLOCK_H_P5G2G9FA
 
-struct dcpu16_hw *clock_new(struct dcpu16 *);
-void clock_del(struct dcpu16_hw **);
+extern struct dcpu16_hw_module dcpu16_hw_module_clock;
 
 #endif /* CLOCK_H_P5G2G9FA */