further changes for v1.7: cpu fixes, support for 'hardware' devices, display to vnc
[dcpu16] / hw_clock.h
diff --git a/hw_clock.h b/hw_clock.h
new file mode 100644 (file)
index 0000000..263c03b
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef CLOCK_H_P5G2G9FA
+#define CLOCK_H_P5G2G9FA
+
+struct dcpu16_hw *clock_new(struct dcpu16 *);
+void clock_del(struct dcpu16_hw **);
+
+#endif /* CLOCK_H_P5G2G9FA */