summaryrefslogtreecommitdiffstats
path: root/sw/z80/kernel/fs.c
diff options
context:
space:
mode:
authorleleraffa97@hotmail.it <leleraffa97@hotmail.it>2017-08-31 17:27:10 +0200
committerleleraffa97@hotmail.it <leleraffa97@hotmail.it>2017-08-31 17:27:10 +0200
commitad0a29a314d090ee820694c39ea7d11addb8742f (patch)
tree18800d634bb9f29d13baa1ec86be24d73bd8d66c /sw/z80/kernel/fs.c
parentFile system interface (diff)
downloadz80uPC-ad0a29a314d090ee820694c39ea7d11addb8742f.tar.gz
z80uPC-ad0a29a314d090ee820694c39ea7d11addb8742f.zip
Some untracked files from last commit
Diffstat (limited to '')
-rw-r--r--sw/z80/kernel/fs.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/z80/kernel/fs.c b/sw/z80/kernel/fs.c
deleted file mode 100644
index 3ce7f42..0000000
--- a/sw/z80/kernel/fs.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#include "fs.h"
-#include "users.h"
-#include "mount.h"
-
-struct fs_mount_point * mount_points[FS_MOUNT_LIMIT];