summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/3c515.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/net/3c515.c')
-rw-r--r--src/drivers/net/3c515.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/drivers/net/3c515.c b/src/drivers/net/3c515.c
index eb9569fb..2b860690 100644
--- a/src/drivers/net/3c515.c
+++ b/src/drivers/net/3c515.c
@@ -49,9 +49,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include "etherboot.h"
/* to get the interface to the body of the program */
#include "nic.h"
-#include <gpxe/isapnp.h>
-#include <gpxe/isa.h> /* for ISA_ROM */
-#include <gpxe/ethernet.h>
+#include <ipxe/isapnp.h>
+#include <ipxe/isa.h> /* for ISA_ROM */
+#include <ipxe/ethernet.h>
static void t3c515_wait(unsigned int nticks)
{