summaryrefslogtreecommitdiffstats
path: root/src/core/serial.c
diff options
context:
space:
mode:
authorMichael Brown2008-10-12 01:52:30 +0200
committerMichael Brown2008-10-12 02:06:27 +0200
commitee2df1d6d6a83dbe0972835d4f9adfb46a121ef5 (patch)
treee13f3cade309302922cf0e95411b1ce1c70fa837 /src/core/serial.c
parent[ioapi] Formalise the I/O API as used in i386-pcbios (diff)
downloadipxe-ee2df1d6d6a83dbe0972835d4f9adfb46a121ef5.tar.gz
ipxe-ee2df1d6d6a83dbe0972835d4f9adfb46a121ef5.tar.xz
ipxe-ee2df1d6d6a83dbe0972835d4f9adfb46a121ef5.zip
[ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>
Diffstat (limited to 'src/core/serial.c')
-rw-r--r--src/core/serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/serial.c b/src/core/serial.c
index 97640f93..5b3be39c 100644
--- a/src/core/serial.c
+++ b/src/core/serial.c
@@ -13,7 +13,7 @@
#include "stddef.h"
#include <gpxe/init.h>
-#include "io.h"
+#include <gpxe/io.h>
#include <unistd.h>
#include <gpxe/serial.h>
#include "config/serial.h"