From 5055dc85c8a74fcd2ec24fbc51eba2a2da68debe Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 19 Aug 2018 19:39:47 +0200 Subject: cleaning up asm stuff and improving docs --- driver/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver/keyboard.c') diff --git a/driver/keyboard.c b/driver/keyboard.c index 55e3c41..d35ef6d 100644 --- a/driver/keyboard.c +++ b/driver/keyboard.c @@ -3,7 +3,7 @@ #define FOOLOS_MODULE_NAME "keyboard" #include -#include "kernel/x86.h" +#include "asm/x86.h" #include "lib/logger/log.h" static bool ctrl_l=false; -- cgit v1.2.3