zephyr/subsys/fs
Dominik Ermel 1241e67790 fs: Move fs_file_system_t declaration out of fs.h
The struct fs_file_system_t is only useful when defining file system
drivers and is not required for typical application development,
that is why it has been moved to separate file fs_sys.h.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2020-10-23 12:55:41 +02:00
..
fcb
nvs
CMakeLists.txt
fat_fs.c fs: Move fs_file_system_t declaration out of fs.h 2020-10-23 12:55:41 +02:00
fs_impl.c
fs_impl.h
fs.c fs: Move fs_file_system_t declaration out of fs.h 2020-10-23 12:55:41 +02:00
fuse_fs_access.c
Kconfig
Kconfig.fatfs
Kconfig.littlefs
littlefs_fs.c fs: Move fs_file_system_t declaration out of fs.h 2020-10-23 12:55:41 +02:00
shell.c