summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/pcv/pcv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/pcv/pcv.h')
-rw-r--r--src/core/hle/service/pcv/pcv.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/core/hle/service/pcv/pcv.h b/src/core/hle/service/pcv/pcv.h
index 6b26b6fa7..bf541e6fe 100644
--- a/src/core/hle/service/pcv/pcv.h
+++ b/src/core/hle/service/pcv/pcv.h
@@ -7,10 +7,6 @@ namespace Core {
class System;
}
-namespace Service::SM {
-class ServiceManager;
-}
-
namespace Service::PCV {
enum class DeviceCode : u32 {
@@ -104,6 +100,6 @@ enum class DeviceCode : u32 {
OscClk = 0x40000080
};
-void InstallInterfaces(SM::ServiceManager& sm, Core::System& system);
+void LoopProcess(Core::System& system);
} // namespace Service::PCV