summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/pcie/pcie.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-07-31 12:33:38 +0200
committerLioncash <mathew1800@gmail.com>2018-07-31 12:40:21 +0200
commite373027a73e84c04b28bbfb4fc837b4133b17d4f (patch)
tree8c78e1e5921a492c00bcf28f74f3c61060dbdc01 /src/core/hle/service/pcie/pcie.h
parentMerge pull request #855 from bunnei/cubeb (diff)
downloadyuzu-e373027a73e84c04b28bbfb4fc837b4133b17d4f.tar
yuzu-e373027a73e84c04b28bbfb4fc837b4133b17d4f.tar.gz
yuzu-e373027a73e84c04b28bbfb4fc837b4133b17d4f.tar.bz2
yuzu-e373027a73e84c04b28bbfb4fc837b4133b17d4f.tar.lz
yuzu-e373027a73e84c04b28bbfb4fc837b4133b17d4f.tar.xz
yuzu-e373027a73e84c04b28bbfb4fc837b4133b17d4f.tar.zst
yuzu-e373027a73e84c04b28bbfb4fc837b4133b17d4f.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/pcie/pcie.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/core/hle/service/pcie/pcie.h b/src/core/hle/service/pcie/pcie.h
new file mode 100644
index 000000000..59c22ca45
--- /dev/null
+++ b/src/core/hle/service/pcie/pcie.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::PCIe {
+
+void InstallInterfaces(SM::ServiceManager& sm);
+
+} // namespace Service::PCIe