aboutsummaryrefslogtreecommitdiff
path: root/devices/keyboard.h
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2022-11-03 17:45:28 +0200
committeraqua <aqua@iserlohn-fortress.net>2022-11-03 17:45:28 +0200
commitfd4f56e6776873af2693d4ddf1c672c36bd97428 (patch)
treed5482cf2754923ca1a9bfd1a6af669855858d33d /devices/keyboard.h
parentvga: fix text mode cursor (diff)
downloadkernel-fd4f56e6776873af2693d4ddf1c672c36bd97428.tar.xz
i8042: fix broken self-test
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();