summaryrefslogtreecommitdiff
path: root/driver/serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/serial.c')
-rw-r--r--driver/serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/serial.c b/driver/serial.c
index 32479ae..8a5dd2e 100644
--- a/driver/serial.c
+++ b/driver/serial.c
@@ -1,6 +1,6 @@
#include "driver/serial.h"
-#include "asm/x86.h" // provides x86_inb() and x86_outb()
+#include "asm_x86.h" // provides x86_inb() and x86_outb()
/** COM1 Port */
static const PORT=0x3f8;