summaryrefslogtreecommitdiff
path: root/c_src/cmd_super.h
diff options
context:
space:
mode:
Diffstat (limited to 'c_src/cmd_super.h')
-rw-r--r--c_src/cmd_super.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/c_src/cmd_super.h b/c_src/cmd_super.h
new file mode 100644
index 00000000..78f71967
--- /dev/null
+++ b/c_src/cmd_super.h
@@ -0,0 +1,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 */