summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/btm/btm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/btm/btm.h')
-rw-r--r--src/core/hle/service/btm/btm.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/hle/service/btm/btm.h b/src/core/hle/service/btm/btm.h
index e6425a7e3..c6b878043 100644
--- a/src/core/hle/service/btm/btm.h
+++ b/src/core/hle/service/btm/btm.h
@@ -8,8 +8,12 @@ namespace Service::SM {
class ServiceManager;
}
+namespace Core {
+class System;
+};
+
namespace Service::BTM {
-void InstallInterfaces(SM::ServiceManager& sm);
+void InstallInterfaces(SM::ServiceManager& sm, Core::System& system);
} // namespace Service::BTM