aboutsummaryrefslogtreecommitdiff
path: root/devices/ps2_ctrl.h
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2022-11-02 09:34:31 +0200
committeraqua <aqua@iserlohn-fortress.net>2022-11-02 09:34:31 +0200
commitccaf2737f82968816c5ec962f936a593686cfb72 (patch)
tree6aa87c45c05e147c56fc4f330780386a608c33c7 /devices/ps2_ctrl.h
parentEnable interrupts after enabling the PIC (diff)
downloadkernel-ccaf2737f82968816c5ec962f936a593686cfb72.tar.xz
Add ps2_ctrl_8042
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();