Deglobalize System: Nifm

This commit is contained in:
David Marcec
2019-09-21 19:07:13 +10:00
parent 8df2a98f75
commit ad53dc0106
2 changed files with 23 additions and 13 deletions

View File

@ -8,9 +8,13 @@ namespace Service::SM {
class ServiceManager;
}
namespace Core {
class System;
}
namespace Service::NIFM {
/// Registers all NIFM services with the specified service manager.
void InstallInterfaces(SM::ServiceManager& service_manager);
void InstallInterfaces(SM::ServiceManager& service_manager, Core::System& system);
} // namespace Service::NIFM