This commit is contained in:
David Marcec
2019-09-22 16:40:58 +10:00
parent 4d220964df
commit fcdbf0bc53
5 changed files with 21 additions and 20 deletions

View File

@ -97,8 +97,7 @@ private:
};
/// Registers all NS services with the specified service manager.
void InstallInterfaces(SM::ServiceManager& service_manager, Core::System& system,
FileSystem::FileSystemController& fsc);
void InstallInterfaces(SM::ServiceManager& service_manager, Core::System& system);
} // namespace NS
} // namespace Service