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/mouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver/mouse.c') diff --git a/driver/mouse.c b/driver/mouse.c index d4dbb56..23619a4 100644 --- a/driver/mouse.c +++ b/driver/mouse.c @@ -7,7 +7,7 @@ #include "lib/logger/log.h" #include -#include "kernel/x86.h" +#include "asm/x86.h" static volatile uint8_t mouse_cycle; static volatile uint8_t mouse_byte[3]; -- cgit v1.2.3