summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/image/eltorito.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/image/eltorito.c')
-rw-r--r--src/arch/i386/image/eltorito.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/arch/i386/image/eltorito.c b/src/arch/i386/image/eltorito.c
index 53eb2c02..a416d15b 100644
--- a/src/arch/i386/image/eltorito.c
+++ b/src/arch/i386/image/eltorito.c
@@ -31,11 +31,11 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <realmode.h>
#include <bootsector.h>
#include <int13.h>
-#include <gpxe/uaccess.h>
-#include <gpxe/image.h>
-#include <gpxe/segment.h>
-#include <gpxe/ramdisk.h>
-#include <gpxe/init.h>
+#include <ipxe/uaccess.h>
+#include <ipxe/image.h>
+#include <ipxe/segment.h>
+#include <ipxe/ramdisk.h>
+#include <ipxe/init.h>
#define ISO9660_BLKSIZE 2048
#define ELTORITO_VOL_DESC_OFFSET ( 17 * ISO9660_BLKSIZE )