]> git.ozlabs.org Git - yaboot.git/blobdiff - include/file.h
Fix partitions bigger than 2TB
[yaboot.git] / include / file.h
index ca76a52238559f62028a60abc290f2fa3acd00ee..e1c1d095371fba2c20ec1a68b87da48c604636d9 100644 (file)
@@ -45,7 +45,14 @@ 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 */
+       char*   vtag;           /* VLAN tag */
+
+       /* 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 {
@@ -62,6 +69,7 @@ struct boot_file_t {
        ino_t           inode;
        __u64           pos;
        unsigned char*  buffer;
+       char*           devspec_cache;
        __u64           len;
 //     unsigned int    dev_blk_size;
 //     unsigned int    part_start;