summaryrefslogtreecommitdiff
path: root/xxx/mount.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-16 23:46:30 +0200
committerMiguel <m.i@gmx.at>2018-09-16 23:46:30 +0200
commit06e6e427c76bdb88a7f72dd04411d95a4bda3270 (patch)
tree5c2bae3ca5292bf3db58c33ef3d7f4f3947593c3 /xxx/mount.c
parent740ae2e69995df37c44fe61f57642ee642982ca2 (diff)
starting to create sysfs
Diffstat (limited to 'xxx/mount.c')
-rw-r--r--xxx/mount.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/xxx/mount.c b/xxx/mount.c
deleted file mode 100644
index cb741f9..0000000
--- a/xxx/mount.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#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;
-}