summaryrefslogtreecommitdiff
path: root/driver/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/keyboard.h')
-rw-r--r--driver/keyboard.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/driver/keyboard.h b/driver/keyboard.h
index 0e746ba..98f1f4e 100644
--- a/driver/keyboard.h
+++ b/driver/keyboard.h
@@ -5,5 +5,9 @@
// http://www.computer-engineering.org/ps2keyboard/scancodes1.html
// */
+
+#include <stdbool.h>
+
void keyboard_init(uint32_t s);
void keyboard_handle(uint8_t in);
+bool keyboard_worker();