diff options
Diffstat (limited to 'src/kernel/input/ps2/keyboard.c')
-rw-r--r-- | src/kernel/input/ps2/keyboard.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/input/ps2/keyboard.c b/src/kernel/input/ps2/keyboard.c index e2fd18f..f793852 100644 --- a/src/kernel/input/ps2/keyboard.c +++ b/src/kernel/input/ps2/keyboard.c @@ -1,6 +1,6 @@ -#include "../../interrupts/interrupts.h" -#include "../../io/io.h" -#include "../../graphics/vesa.h" +#include <kernel/interrupts/interrupts.h> +#include <kernel/io/io.h> +#include <kernel/graphics/vesa.h> char keymap[128] = { 0 /*E*/, 27, '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '-', '=', '\b', |