aboutsummaryrefslogtreecommitdiff
path: root/devices/ps2_ctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'devices/ps2_ctrl.h')
-rw-r--r--devices/ps2_ctrl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/devices/ps2_ctrl.h b/devices/ps2_ctrl.h
new file mode 100644
index 0000000..9bed4f2
--- /dev/null
+++ b/devices/ps2_ctrl.h
@@ -0,0 +1,4 @@
+#pragma once
+
+void ps2_ctrl_init();
+unsigned char ps2_ctrl_read();