summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/erpt/erpt.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-07-26 01:04:31 +0200
committerLioncash <mathew1800@gmail.com>2018-07-26 04:13:39 +0200
commit821f2c03cb1a0778d2fb48abfb971357a06c5445 (patch)
treec0ddf2d3c9ac3c7d4e470b430f4640279542222c /src/core/hle/service/erpt/erpt.h
parentMerge pull request #820 from lioncash/es (diff)
downloadyuzu-821f2c03cb1a0778d2fb48abfb971357a06c5445.tar
yuzu-821f2c03cb1a0778d2fb48abfb971357a06c5445.tar.gz
yuzu-821f2c03cb1a0778d2fb48abfb971357a06c5445.tar.bz2
yuzu-821f2c03cb1a0778d2fb48abfb971357a06c5445.tar.lz
yuzu-821f2c03cb1a0778d2fb48abfb971357a06c5445.tar.xz
yuzu-821f2c03cb1a0778d2fb48abfb971357a06c5445.tar.zst
yuzu-821f2c03cb1a0778d2fb48abfb971357a06c5445.zip
Diffstat (limited to 'src/core/hle/service/erpt/erpt.h')
-rw-r--r--src/core/hle/service/erpt/erpt.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/core/hle/service/erpt/erpt.h b/src/core/hle/service/erpt/erpt.h
new file mode 100644
index 000000000..de439ab6d
--- /dev/null
+++ b/src/core/hle/service/erpt/erpt.h
@@ -0,0 +1,16 @@
+// 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::ERPT {
+
+/// Registers all ERPT services with the specified service manager.
+void InstallInterfaces(SM::ServiceManager& sm);
+
+} // namespace Service::ERPT