summaryrefslogtreecommitdiff
path: root/lib/mountcheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mountcheck.h')
-rw-r--r--lib/mountcheck.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/mountcheck.h b/lib/mountcheck.h
new file mode 100644
index 00000000..14ec45a6
--- /dev/null
+++ b/lib/mountcheck.h
@@ -0,0 +1,6 @@
+#ifndef FIO_MOUNT_CHECK_H
+#define FIO_MOUNT_CHECK_H
+
+extern int device_is_mounted(const char *);
+
+#endif