print-tree.h 192 字节
Newer Older
1 2
#ifndef __PRINT_TREE_
#define __PRINT_TREE_
C
Chris Mason 已提交
3
void btrfs_print_leaf(struct btrfs_root *root, struct btrfs_leaf *l);
C
Chris Mason 已提交
4
void btrfs_print_tree(struct btrfs_root *root, struct buffer_head *t);
5
#endif