summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm/psm.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-10-22 21:27:05 +0200
committerGitHub <noreply@github.com>2018-10-22 21:27:05 +0200
commitff6b2d457499156584ef51fb6025d2b3958e3aa5 (patch)
tree9143e12cc81e8a672cd91d00163a22877f546411 /src/core/hle/service/ptm/psm.h
parentMerge pull request #1541 from lioncash/define (diff)
parentpsm: Stub GetChargerType (diff)
downloadyuzu-ff6b2d457499156584ef51fb6025d2b3958e3aa5.tar
yuzu-ff6b2d457499156584ef51fb6025d2b3958e3aa5.tar.gz
yuzu-ff6b2d457499156584ef51fb6025d2b3958e3aa5.tar.bz2
yuzu-ff6b2d457499156584ef51fb6025d2b3958e3aa5.tar.lz
yuzu-ff6b2d457499156584ef51fb6025d2b3958e3aa5.tar.xz
yuzu-ff6b2d457499156584ef51fb6025d2b3958e3aa5.tar.zst
yuzu-ff6b2d457499156584ef51fb6025d2b3958e3aa5.zip
Diffstat (limited to 'src/core/hle/service/ptm/psm.h')
-rw-r--r--src/core/hle/service/ptm/psm.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/core/hle/service/ptm/psm.h b/src/core/hle/service/ptm/psm.h
new file mode 100644
index 000000000..a286793ae
--- /dev/null
+++ b/src/core/hle/service/ptm/psm.h
@@ -0,0 +1,15 @@
+// Copyright 2018 yuzu emulator team
+// Licensed under GPLv2 or any later version
+// Refer to the license.txt file included.
+
+#pragma once
+
+namespace Service::SM {
+class ServiceManager;
+}
+
+namespace Service::PSM {
+
+void InstallInterfaces(SM::ServiceManager& sm);
+
+} // namespace Service::PSM