]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - fs/btrfs/print-tree.h
btrfs: add forward declarations and headers, part 1
[thirdparty/linux.git] / fs / btrfs / print-tree.h
index c42bc666d5eeab37bb5869f0305c34789896ddaf..8504bf1702c7a2a2107a358dcfab1aafcffc8de4 100644 (file)
@@ -9,6 +9,9 @@
 /* Buffer size to contain tree name and possibly additional data (offset) */
 #define BTRFS_ROOT_NAME_BUF_LEN                                48
 
+struct extent_buffer;
+struct btrfs_key;
+
 void btrfs_print_leaf(const struct extent_buffer *l);
 void btrfs_print_tree(const struct extent_buffer *c, bool follow);
 const char *btrfs_root_name(const struct btrfs_key *key, char *buf);