]> git.ozlabs.org Git - yaboot.git/blobdiff - include/file.h
Check each partition for swapspace before other filesystems.
[yaboot.git] / include / file.h
index ca76a52238559f62028a60abc290f2fa3acd00ee..b2d9c63a71d9082f499382c877fdb3ee074883d5 100644 (file)
@@ -45,7 +45,13 @@ struct boot_fspec_t {
        char*   giaddr;         /* Gateway address */
        char*   bootp_retries;  /* Bootp retries */
        char*   tftp_retries;   /* TFTP retries */
+       char*   subnetmask;     /* Subnet mask */
        char*   addl_params;    /* copy all additional parameters */
+
+       /* Following fields are used only in ipv6 format */
+       int     is_ipv6;        /* is ipv6 specified ? */
+       char*   dhcpv6;         /* dhcpv6 string */
+       char*   blksize;        /* blksize string */
 };
 
 struct boot_file_t {