From 740ae2e69995df37c44fe61f57642ee642982ca2 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 16 Sep 2018 11:39:36 +0200 Subject: cleanup and starting improve mounts and file access (pipes, sysfiles, ext2) --- fs/mount.c | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 fs/mount.c (limited to 'fs/mount.c') diff --git a/fs/mount.c b/fs/mount.c deleted file mode 100644 index cb741f9..0000000 --- a/fs/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; -} -- cgit v1.2.3