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