summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/eupld/eupld.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/eupld/eupld.h')
-rw-r--r--src/core/hle/service/eupld/eupld.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/hle/service/eupld/eupld.h b/src/core/hle/service/eupld/eupld.h
index 6eef2c15f..539993a9d 100644
--- a/src/core/hle/service/eupld/eupld.h
+++ b/src/core/hle/service/eupld/eupld.h
@@ -4,6 +4,10 @@
#pragma once
+namespace Core {
+class System;
+}
+
namespace Service::SM {
class ServiceManager;
}
@@ -11,6 +15,6 @@ class ServiceManager;
namespace Service::EUPLD {
/// Registers all EUPLD services with the specified service manager.
-void InstallInterfaces(SM::ServiceManager& sm);
+void InstallInterfaces(SM::ServiceManager& sm, Core::System& system);
} // namespace Service::EUPLD