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