mirror of
https://github.com/torvalds/linux.git
synced 2025-11-03 01:59:51 +02:00
3 lines
99 B
C
3 lines
99 B
C
|
|
void print_leaf(struct leaf *l);
|
|
void print_tree(struct ctree_root *root, struct tree_buffer *t);
|