]> git.sur5r.net Git - u-boot/blobdiff - include/part.h
tegra: i2c: Add function to know about current bus
[u-boot] / include / part.h
index 35c1c5b5f58bf54f573ac696c550ccad385731ea..8e31e75a615e7ef5cbcd33c1f951beac9d8ff035 100644 (file)
@@ -97,8 +97,8 @@ typedef struct block_dev_desc {
 #define DEV_TYPE_OPDISK                0x07    /* optical disk */
 
 typedef struct disk_partition {
-       ulong   start;          /* # of first block in partition        */
-       ulong   size;           /* number of blocks in partition        */
+       lbaint_t        start;  /* # of first block in partition        */
+       lbaint_t        size;   /* number of blocks in partition        */
        ulong   blksz;          /* block size in bytes                  */
        uchar   name[32];       /* partition name                       */
        uchar   type[32];       /* string type description              */