blob: 78f719672c410008f9f1ceab56a443c72f8f20fe (
plain)
1
2
3
4
5
6
7
8
|
#ifndef _TOOLS_CMD_SHOW_SUPER_H
#define _TOOLS_CMD_SHOW_SUPER_H
#include "libbcachefs/super-io.h"
void bch2_sb_to_text_with_names(struct printbuf *, struct bch_sb *, bool, unsigned, int);
#endif /* _TOOLS_CMD_SHOW_SUPER_H */
|