From 4ade523a9db32b2a0e3cdeec3413c52e463542c8 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 18 Sep 2013 21:41:48 -0400 Subject: Remove ioport.h; disperse its contents to other header files. Move the inb(), insb(), etc. code from ioport.h to x86.h. Move the PORT_* definitions to their appropriate hardware files. Signed-off-by: Kevin O'Connor --- src/serial.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/serial.c') diff --git a/src/serial.c b/src/serial.c index 02f30d6..9b6d29f 100644 --- a/src/serial.c +++ b/src/serial.c @@ -7,6 +7,7 @@ #include "biosvar.h" // SET_BDA #include "bregs.h" // struct bregs +#include "hw/serialio.h" // SEROFF_IER #include "output.h" // debug_enter #include "stacks.h" // yield #include "util.h" // serial_setup -- cgit v1.1