mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 18:50:54 +07:00
e089f05c18
Signed-off-by: Chris Mason <chris.mason@oracle.com>
6 lines
193 B
C
6 lines
193 B
C
#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 btrfs_buffer *t);
|
|
#endif
|