diff options
Diffstat (limited to 'include/btrfs.h')
-rw-r--r-- | include/btrfs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/btrfs.h b/include/btrfs.h index 5be61e3264..f7f82ad7d1 100644 --- a/include/btrfs.h +++ b/include/btrfs.h @@ -8,7 +8,8 @@ #ifndef __U_BOOT_BTRFS_H__ #define __U_BOOT_BTRFS_H__ -int btrfs_probe(struct blk_desc *, disk_partition_t *); +int btrfs_probe(struct blk_desc *fs_dev_desc, + struct disk_partition *fs_partition); int btrfs_ls(const char *); int btrfs_exists(const char *); int btrfs_size(const char *, loff_t *); |