summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/pm/pm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/pm/pm.h')
-rw-r--r--src/core/hle/service/pm/pm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/hle/service/pm/pm.h b/src/core/hle/service/pm/pm.h
index 060103928..5d4a1a171 100644
--- a/src/core/hle/service/pm/pm.h
+++ b/src/core/hle/service/pm/pm.h
@@ -14,7 +14,6 @@ enum class SystemBootMode {
Maintenance,
};
-/// Registers all PM services with the specified service manager.
-void InstallInterfaces(Core::System& system);
+void LoopProcess(Core::System& system);
} // namespace Service::PM