blob: 0882ca904ecaf17fce1bcfa75489393edf6a54ce [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 Mason234b63a2007-03-13 10:46:10 -04004void btrfs_print_tree(struct btrfs_root *root, struct btrfs_buffer *t);
Chris Masone089f052007-03-16 16:20:31 -04005#endif