Deglobalize System: LDR

This commit is contained in:
David Marcec 2019-09-21 18:56:13 +10:00
parent 9196c150d6
commit a2b9ed6d16
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