You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef __PRINT_TREE_
|
|
#define __PRINT_TREE_
|
|
void btrfs_print_leaf(struct btrfs_root *root, struct btrfs_leaf *l);
|
|
void btrfs_print_tree(struct btrfs_root *root, struct buffer_head *t);
|
|
#endif
|
|
|