aboutsummaryrefslogtreecommitdiff
path: root/src/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filesystem.h')
-rw-r--r--src/filesystem.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/filesystem.h b/src/filesystem.h
new file mode 100644
index 0000000..af3517b
--- /dev/null
+++ b/src/filesystem.h
@@ -0,0 +1,14 @@
+#ifndef POTD_FILESYSTEM_H
+#define POTD_FILESYSTEM_H 1
+
+void fs_mnt(void);
+
+void fs_proc_sys(void);
+
+void fs_var_lock(void);
+
+void fs_var_tmp(void);
+
+void fs_basic_fs(void);
+
+#endif