print-tree.h 192 B

12345
  1. #ifndef __PRINT_TREE_
  2. #define __PRINT_TREE_
  3. void btrfs_print_leaf(struct btrfs_root *root, struct btrfs_leaf *l);
  4. void btrfs_print_tree(struct btrfs_root *root, struct buffer_head *t);
  5. #endif