Chris Mason | e089f05 | 2007-03-16 16:20:31 -0400 | [diff] [blame] | 1 | #ifndef __PRINT_TREE_ |
2 | #define __PRINT_TREE_ | ||||
Chris Mason | 123abc8 | 2007-03-14 14:14:43 -0400 | [diff] [blame] | 3 | void btrfs_print_leaf(struct btrfs_root *root, struct btrfs_leaf *l); |
Chris Mason | e20d96d | 2007-03-22 12:13:20 -0400 | [diff] [blame] | 4 | void btrfs_print_tree(struct btrfs_root *root, struct buffer_head *t); |
Chris Mason | e089f05 | 2007-03-16 16:20:31 -0400 | [diff] [blame] | 5 | #endif |