mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-01 12:04:08 +00:00
5 lines
192 B
C
5 lines
192 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 buffer_head *t);
|
|
#endif
|