diff options
author | Michael Brown <mcb30@etherboot.org> | 2008-10-12 00:52:30 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2008-10-12 01:06:27 +0100 |
commit | ee2df1d6d6a83dbe0972835d4f9adfb46a121ef5 (patch) | |
tree | e13f3cade309302922cf0e95411b1ce1c70fa837 /src/arch/i386/include/realmode.h | |
parent | 8956a36be542389ef66806d3c3b09f3592e1cb29 (diff) | |
download | ipxe-ee2df1d6d6a83dbe0972835d4f9adfb46a121ef5.tar.gz |
[ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>
Diffstat (limited to 'src/arch/i386/include/realmode.h')
-rw-r--r-- | src/arch/i386/include/realmode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/include/realmode.h b/src/arch/i386/include/realmode.h index 5d3ddf509..ea4192ed9 100644 --- a/src/arch/i386/include/realmode.h +++ b/src/arch/i386/include/realmode.h @@ -5,7 +5,7 @@ #include "stdint.h" #include "registers.h" -#include "io.h" +#include <gpxe/io.h> /* * Data structures and type definitions |