summaryrefslogtreecommitdiff
path: root/src/rust_to_c.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rust_to_c.h')
-rw-r--r--src/rust_to_c.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rust_to_c.h b/src/rust_to_c.h
new file mode 100644
index 00000000..4f23e1dd
--- /dev/null
+++ b/src/rust_to_c.h
@@ -0,0 +1,6 @@
+#ifndef _BCACHEFS_TOOLS_RUST_TO_C_H
+#define _BCACHEFS_TOOLS_RUST_TO_C_H
+
+char *bch2_scan_devices(char *);
+
+#endif /* _BCACHEFS_TOOLS_RUST_TO_C_H */