From ef4943053475cd8bf341c42dd0b538bc630b92a3 Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 6 Sep 2018 01:58:10 +0200 Subject: working on smp --- driver/serial.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'driver') diff --git a/driver/serial.c b/driver/serial.c index 8a5dd2e..4e43251 100644 --- a/driver/serial.c +++ b/driver/serial.c @@ -1,6 +1,5 @@ -#include "driver/serial.h" - -#include "asm_x86.h" // provides x86_inb() and x86_outb() +#include "serial.h" +#include "asm_x86.h" // provides x86_inb() and x86_outb() /** COM1 Port */ static const PORT=0x3f8; -- cgit v1.2.3