blob: 396041a05cfa7a601e239d79f54421e905be5851 (
plain) (
blame)
1
2
3
4
5
|
#ifndef __PRINT_TREE_
#define __PRINT_TREE_
void btrfs_print_leaf(struct btrfs_root *root, struct btrfs_leaf *l);
void btrfs_print_tree(struct btrfs_root *root, struct buffer_head *t);
#endif
|