aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/include/dev
diff options
context:
space:
mode:
authorEmulatedSeasons <89668582+EmulatedSeasons@users.noreply.github.com>2023-06-15 22:36:39 -0400
committerEmulatedSeasons <89668582+EmulatedSeasons@users.noreply.github.com>2023-06-15 22:36:39 -0400
commita78033acc941fc4bcf6188f1d48fd8e012673fff (patch)
treeac92adae5e40274fd9e0b78352a24840cc88eab4 /kernel/include/dev
initial commit
Diffstat (limited to 'kernel/include/dev')
-rw-r--r--kernel/include/dev/ps2kbd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/include/dev/ps2kbd.h b/kernel/include/dev/ps2kbd.h
new file mode 100644
index 0000000..2d1ecc2
--- /dev/null
+++ b/kernel/include/dev/ps2kbd.h
@@ -0,0 +1,6 @@
+#ifndef PS2_KBD_H
+#define PS2_KBD_H
+
+void keyboard_init();
+
+#endif \ No newline at end of file