blob: 396041a05cfa7a601e239d79f54421e905be5851 [file] [log] [blame]
Chris Masone089f052007-03-16 16:20:31 -04001#ifndef __PRINT_TREE_
2#define __PRINT_TREE_
Chris Mason123abc82007-03-14 14:14:43 -04003void btrfs_print_leaf(struct btrfs_root *root, struct btrfs_leaf *l);
Chris Masone20d96d2007-03-22 12:13:20 -04004void btrfs_print_tree(struct btrfs_root *root, struct buffer_head *t);
Chris Masone089f052007-03-16 16:20:31 -04005#endif