aboutsummaryrefslogtreecommitdiff
path: root/devices/include/ps2_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'devices/include/ps2_controller.h')
-rw-r--r--devices/include/ps2_controller.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/devices/include/ps2_controller.h b/devices/include/ps2_controller.h
new file mode 100644
index 0000000..d2f7e80
--- /dev/null
+++ b/devices/include/ps2_controller.h
@@ -0,0 +1,5 @@
+#pragma once
+
+void ps2_ctrl_init();
+unsigned char ps2_read_port1();
+unsigned char ps2_read_port2();