]> git.ozlabs.org Git - yaboot.git/blobdiff - include/partition.h
Fix partitions bigger than 2TB
[yaboot.git] / include / partition.h
index 23c99bae224d9b4cdd3ac27695a7f2ca817b596b..c9c4d0bd584b6741d4bc5a20b6b1f48117872e0e 100644 (file)
@@ -37,8 +37,8 @@ struct partition_t {
        int                     part_number;
        char                    part_type[MAX_PART_NAME];
         char                    part_name[MAX_PART_NAME];
-       unsigned long           part_start; /* In blocks */
-       unsigned long           part_size; /* In blocks */
+       unsigned long long      part_start; /* In blocks */
+       unsigned long long      part_size; /* In blocks */
        unsigned short          blocksize;
        int                     sys_ind; /* fs type */
 };