mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-08 00:00:12 +03:00
9 lines
213 B
C
9 lines
213 B
C
#ifndef _TOOLS_CMD_SHOW_SUPER_H
|
|
#define _TOOLS_CMD_SHOW_SUPER_H
|
|
|
|
#include "sb/io.h"
|
|
|
|
void bch2_sb_to_text_with_names(struct printbuf *, struct bch_sb *, bool, unsigned, int);
|
|
|
|
#endif /* _TOOLS_CMD_SHOW_SUPER_H */
|