Deglobalize System: LDR

This commit is contained in:
David Marcec
2019-09-21 18:56:13 +10:00
parent 07823b61a1
commit 482a03f8a5
2 changed files with 7 additions and 6 deletions

View File

@ -11,6 +11,6 @@ class ServiceManager;
namespace Service::LDR {
/// Registers all LDR services with the specified service manager.
void InstallInterfaces(SM::ServiceManager& sm);
void InstallInterfaces(SM::ServiceManager& sm, Core::System& system);
} // namespace Service::LDR