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