summaryrefslogtreecommitdiff
path: root/xxx/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'xxx/mount.c')
-rw-r--r--xxx/mount.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/xxx/mount.c b/xxx/mount.c
new file mode 100644
index 0000000..cb741f9
--- /dev/null
+++ b/xxx/mount.c
@@ -0,0 +1,12 @@
+#include "mount.h"
+
+void mount_add(char *path, void *data,
+ file (*open) (struct mount_struct*,char *path),
+ int (*getdents)(struct mount_struct*, uint32_t file_desciptor, fs_dirent *entries, uint32_t max_count))
+{
+}
+
+mount *mounts_get()
+{
+ return 0;
+}