diff options
| author | Michael Brown | 2008-10-12 01:52:30 +0200 |
|---|---|---|
| committer | Michael Brown | 2008-10-12 02:06:27 +0200 |
| commit | ee2df1d6d6a83dbe0972835d4f9adfb46a121ef5 (patch) | |
| tree | e13f3cade309302922cf0e95411b1ce1c70fa837 /src/drivers/net/e1000/e1000_osdep.h | |
| parent | [ioapi] Formalise the I/O API as used in i386-pcbios (diff) | |
| download | ipxe-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/drivers/net/e1000/e1000_osdep.h')
| -rw-r--r-- | src/drivers/net/e1000/e1000_osdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/e1000/e1000_osdep.h b/src/drivers/net/e1000/e1000_osdep.h index eb57fb54d..c2d9eb9cc 100644 --- a/src/drivers/net/e1000/e1000_osdep.h +++ b/src/drivers/net/e1000/e1000_osdep.h @@ -37,7 +37,7 @@ #include <stdint.h> #include <stdlib.h> #include <stdio.h> -#include <io.h> +#include <gpxe/io.h> #include <errno.h> #include <unistd.h> #include <byteswap.h> |
