summaryrefslogtreecommitdiffstats
path: root/sw/z80/kernel/fs.c
blob: 3ce7f42d1b9d81125027a476d9b532937ad1a9b1 (plain)
1
2
3
4
5
#include "fs.h"
#include "users.h"
#include "mount.h"

struct fs_mount_point * mount_points[FS_MOUNT_LIMIT];