2007-03-16 21:20:31 +01:00
|
|
|
#ifndef __PRINT_TREE_
|
|
|
|
#define __PRINT_TREE_
|
2007-03-14 19:14:43 +01:00
|
|
|
void btrfs_print_leaf(struct btrfs_root *root, struct btrfs_leaf *l);
|
2007-03-22 17:13:20 +01:00
|
|
|
void btrfs_print_tree(struct btrfs_root *root, struct buffer_head *t);
|
2007-03-16 21:20:31 +01:00
|
|
|
#endif
|