summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm/psm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/ptm/psm.h')
-rw-r--r--src/core/hle/service/ptm/psm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/ptm/psm.h b/src/core/hle/service/ptm/psm.h
index 21955aa22..113878bb7 100644
--- a/src/core/hle/service/ptm/psm.h
+++ b/src/core/hle/service/ptm/psm.h
@@ -15,6 +15,9 @@ class PSM final : public ServiceFramework<PSM> {
public:
explicit PSM();
~PSM() override;
+
+private:
+ void GetBatteryChargePercentage(Kernel::HLERequestContext& ctx);
};
void InstallInterfaces(SM::ServiceManager& sm);