aboutsummaryrefslogtreecommitdiff
path: root/devices/ps2_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'devices/ps2_controller.h')
-rw-r--r--devices/ps2_controller.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/devices/ps2_controller.h b/devices/ps2_controller.h
index 9bed4f2..d2f7e80 100644
--- a/devices/ps2_controller.h
+++ b/devices/ps2_controller.h
@@ -1,4 +1,5 @@
#pragma once
void ps2_ctrl_init();
-unsigned char ps2_ctrl_read();
+unsigned char ps2_read_port1();
+unsigned char ps2_read_port2();