vfs: dynamic configuration support

This commit is contained in:
Sebastian Sumpf
2017-02-07 19:03:23 +01:00
committed by Norman Feske
parent 8025f5f570
commit aa602032dd
18 changed files with 70 additions and 26 deletions

View File

@ -30,8 +30,8 @@ struct Vfs::Null_file_system : Single_file_system
Single_file_system(NODE_TYPE_CHAR_DEVICE, name(), config)
{ }
static char const *name() { return "null"; }
static char const *name() { return "null"; }
char const *type() override { return "null"; }
/********************************
** File I/O service interface **