aboutsummaryrefslogtreecommitdiff
path: root/devices/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'devices/keyboard.h')
-rw-r--r--devices/keyboard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/devices/keyboard.h b/devices/keyboard.h
index 5f4fcc2..2375552 100644
--- a/devices/keyboard.h
+++ b/devices/keyboard.h
@@ -2,3 +2,5 @@
void ps2_keyboard_init();
void ps2_keyboard_irq_handler();
+
+unsigned char kbd_read_next();