X-Git-Url: http://git.etherboot.org/people/lynusvaz/gpxe.git/blobdiff_plain/9b320c1ca42100bede3f553b6646ca6391bedaa3..9c8a69b673149c209746732a0dc6c001083dba49:/src/include/etherboot.h 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];