diff options
Diffstat (limited to 'src/drivers/net/mtd80x.c')
-rw-r--r-- | src/drivers/net/mtd80x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/net/mtd80x.c b/src/drivers/net/mtd80x.c index 7cf59b0e..4d17d7ff 100644 --- a/src/drivers/net/mtd80x.c +++ b/src/drivers/net/mtd80x.c @@ -30,8 +30,8 @@ FILE_LICENCE ( GPL2_OR_LATER ); /* to get the interface to the body of the program */ #include "nic.h" /* to get the PCI support functions, if this is a PCI NIC */ -#include <gpxe/pci.h> -#include <gpxe/ethernet.h> +#include <ipxe/pci.h> +#include <ipxe/ethernet.h> #include <mii.h> /* Condensed operations for readability. */ |