2007-03-16 20:20:31 +00:00
|
|
|
#ifndef __PRINT_TREE_
|
|
|
|
#define __PRINT_TREE_
|
2007-03-14 18:14:43 +00:00
|
|
|
void btrfs_print_leaf(struct btrfs_root *root, struct btrfs_leaf *l);
|
2007-03-13 14:46:10 +00:00
|
|
|
void btrfs_print_tree(struct btrfs_root *root, struct btrfs_buffer *t);
|
2007-03-16 20:20:31 +00:00
|
|
|
#endif
|