aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/keyboard.c')
-rw-r--r--src/drivers/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/keyboard.c b/src/drivers/keyboard.c
index 85b905e..3bef356 100644
--- a/src/drivers/keyboard.c
+++ b/src/drivers/keyboard.c
@@ -6,7 +6,7 @@
u8 scancode;
-void keyboard_handler(struct regs *r)
+void keyboard_handler()
{
scancode = inb(0x60);
serial_print("KEY\n");