summaryrefslogtreecommitdiffstats
path: root/src/include/etherboot.h
diff options
context:
space:
mode:
authorMichael Brown2006-03-16 18:31:29 +0100
committerMichael Brown2006-03-16 18:31:29 +0100
commit9c8a69b673149c209746732a0dc6c001083dba49 (patch)
treec68bf065aa90dcf7ccbf87c38ab24e1405e025e6 /src/include/etherboot.h
parentMerge from Etherboot 5.4 (diff)
parentImport from Etherboot 5.4 (diff)
downloadipxe-9c8a69b673149c209746732a0dc6c001083dba49.tar.gz
ipxe-9c8a69b673149c209746732a0dc6c001083dba49.tar.xz
ipxe-9c8a69b673149c209746732a0dc6c001083dba49.zip
Merge from Etherboot 5.4
Diffstat (limited to 'src/include/etherboot.h')
-rw-r--r--src/include/etherboot.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/etherboot.h b/src/include/etherboot.h
index 83f117ef..b9546c04 100644
--- a/src/include/etherboot.h
+++ b/src/include/etherboot.h
@@ -159,7 +159,7 @@ struct arptable_t {
uint8_t node[6];
} PACKED;
-#define KERNEL_BUF (BOOTP_DATA_ADDR->bootp_reply.bp_file)
+#define KERNEL_BUF (bootp_data.bootp_reply.bp_file)
#define FLOPPY_BOOT_LOCATION 0x7c00
@@ -282,6 +282,8 @@ External variables
extern struct rom_info rom;
extern char *hostname;
extern int hostnamelen;
+extern unsigned char *addparam;
+extern int addparamlen;
extern jmp_buf restart_etherboot;
extern int url_port;
extern struct arptable_t arptable[MAX_ARP];