summaryrefslogtreecommitdiff
path: root/driver/keyboard.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-16 11:39:36 +0200
committerMiguel <m.i@gmx.at>2018-09-16 11:39:36 +0200
commit740ae2e69995df37c44fe61f57642ee642982ca2 (patch)
treeb84ec79e9243fd0fe103fab1c1acc1e91e60f53d /driver/keyboard.h
parente0449c5adc89eec9f378cb40a56762bf314a80ea (diff)
cleanup and starting improve mounts and file access (pipes, sysfiles, ext2)
Diffstat (limited to 'driver/keyboard.h')
-rw-r--r--driver/keyboard.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/driver/keyboard.h b/driver/keyboard.h
index 03462f3..0e746ba 100644
--- a/driver/keyboard.h
+++ b/driver/keyboard.h
@@ -1,2 +1,9 @@
+/**
+ * @file
+ *
+/// idiots keyboard driver ////
+// http://www.computer-engineering.org/ps2keyboard/scancodes1.html
+// */
+
void keyboard_init(uint32_t s);
void keyboard_handle(uint8_t in);