From e85a68e1536a0f6505300e1cb79f06b9743b00f7 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 9 Sep 2018 11:49:30 +0200 Subject: fixing implicit func declarations! --- driver/serial.c | 1 + 1 file changed, 1 insertion(+) (limited to 'driver/serial.c') diff --git a/driver/serial.c b/driver/serial.c index 4e43251..0088868 100644 --- a/driver/serial.c +++ b/driver/serial.c @@ -1,6 +1,7 @@ #include "serial.h" #include "asm_x86.h" // provides x86_inb() and x86_outb() + /** COM1 Port */ static const PORT=0x3f8; -- cgit v1.2.3