aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/input/ps2/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/input/ps2/keyboard.c')
-rw-r--r--src/kernel/input/ps2/keyboard.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/kernel/input/ps2/keyboard.c b/src/kernel/input/ps2/keyboard.c
index cc0e03d..dceba05 100644
--- a/src/kernel/input/ps2/keyboard.c
+++ b/src/kernel/input/ps2/keyboard.c
@@ -1,11 +1,11 @@
-#include <kernel/interrupts/interrupts.h>
-#include <kernel/io/io.h>
-#include <kernel/graphics/vesa.h>
-#include <kernel/input/input.h>
-#include <kernel/lib/string.h>
-#include <kernel/memory/alloc.h>
+#include <interrupts/interrupts.h>
+#include <io/io.h>
+#include <graphics/vesa.h>
+#include <input/input.h>
+#include <lib/string.h>
+#include <memory/alloc.h>
-uint8_t scancode;
+u8 scancode;
void keyboard_handler(struct regs *r)
{