]> git.ozlabs.org Git - yaboot.git/blobdiff - include/file.h
Fix netboot fucntionality to use the parameters specified.
[yaboot.git] / include / file.h
index 3434388f43ead6876d9ee0db0cf982ef9a4c1c18..ca76a52238559f62028a60abc290f2fa3acd00ee 100644 (file)
@@ -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 {