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