X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=include%2Ffile.h;h=ca76a52238559f62028a60abc290f2fa3acd00ee;hp=3434388f43ead6876d9ee0db0cf982ef9a4c1c18;hb=f91756b6306e4da8aef013c8b375b32c2c0c3a2f;hpb=d1e8ca1612860aece5ee4ab5f23d91737f0fa3e6 diff --git a/include/file.h b/include/file.h index 3434388..ca76a52 100644 --- a/include/file.h +++ b/include/file.h @@ -39,7 +39,13 @@ struct boot_file_t; struct boot_fspec_t { char* dev; /* OF device path */ int part; /* Partition number or -1 */ + char* siaddr; /* Server address */ char* file; /* File path */ + char* ciaddr; /* Client address */ + char* giaddr; /* Gateway address */ + char* bootp_retries; /* Bootp retries */ + char* tftp_retries; /* TFTP retries */ + char* addl_params; /* copy all additional parameters */ }; struct boot_file_t {