summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/npns/npns.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-10-21 23:01:01 +0200
committerLioncash <mathew1800@gmail.com>2018-10-21 23:11:05 +0200
commitca5a93167e6e9f2cca02e95a7a5fe70fd36481ce (patch)
treeb01f7958757b2fbb9e30713f00beb36ae442e144 /src/core/hle/service/npns/npns.h
parenthid: Update service function table for hidbus (diff)
downloadyuzu-ca5a93167e6e9f2cca02e95a7a5fe70fd36481ce.tar
yuzu-ca5a93167e6e9f2cca02e95a7a5fe70fd36481ce.tar.gz
yuzu-ca5a93167e6e9f2cca02e95a7a5fe70fd36481ce.tar.bz2
yuzu-ca5a93167e6e9f2cca02e95a7a5fe70fd36481ce.tar.lz
yuzu-ca5a93167e6e9f2cca02e95a7a5fe70fd36481ce.tar.xz
yuzu-ca5a93167e6e9f2cca02e95a7a5fe70fd36481ce.tar.zst
yuzu-ca5a93167e6e9f2cca02e95a7a5fe70fd36481ce.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/npns/npns.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/core/hle/service/npns/npns.h b/src/core/hle/service/npns/npns.h
new file mode 100644
index 000000000..861cd3e48
--- /dev/null
+++ b/src/core/hle/service/npns/npns.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::NPNS {
+
+void InstallInterfaces(SM::ServiceManager& sm);
+
+} // namespace Service::NPNS