From 397c44c212cabe6d974925ef1752f5eec49f5f44 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 16 Sep 2019 19:48:05 +0200 Subject: Renamed graphics driver for future VESA? support --- src/input/ps2/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input/ps2/keyboard.c') diff --git a/src/input/ps2/keyboard.c b/src/input/ps2/keyboard.c index bd8a4ba..ae17675 100644 --- a/src/input/ps2/keyboard.c +++ b/src/input/ps2/keyboard.c @@ -1,6 +1,6 @@ #include "../../interrupts/interrupts.h" #include "../../io/io.h" -#include "../../graphics/vga.h" +#include "../../graphics/graphics.h" unsigned char keymap[128] = { 0 /*E*/, 27, '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '-', '=', '\b', -- cgit v1.2.3