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

@ -58,8 +58,8 @@ class Vfs::Rom_file_system : public Single_file_system
_rom(env, _label.string)
{ }
static char const *name() { return "rom"; }
static char const *name() { return "rom"; }
char const *type() override { return "rom"; }
/*********************************
** Directory-service interface **