summaryrefslogtreecommitdiffstats
path: root/include/btrfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/btrfs.h')
-rw-r--r--include/btrfs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/btrfs.h b/include/btrfs.h
index f7f82ad7d1..a7605e1589 100644
--- a/include/btrfs.h
+++ b/include/btrfs.h
@@ -8,6 +8,9 @@
#ifndef __U_BOOT_BTRFS_H__
#define __U_BOOT_BTRFS_H__
+struct blk_desc;
+struct disk_partition;
+
int btrfs_probe(struct blk_desc *fs_dev_desc,
struct disk_partition *fs_partition);
int btrfs_ls(const char *);