summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfc/nfc.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-07-27 20:32:39 +0200
committerLioncash <mathew1800@gmail.com>2018-07-27 20:50:24 +0200
commit04d144aa40009811268a6fe485ef74fc23f2fb0c (patch)
tree026021f7a043f6f622ec841f49aa8022d786084e /src/core/hle/service/nfc/nfc.h
parentMerge pull request #837 from lioncash/priv (diff)
downloadyuzu-04d144aa40009811268a6fe485ef74fc23f2fb0c.tar
yuzu-04d144aa40009811268a6fe485ef74fc23f2fb0c.tar.gz
yuzu-04d144aa40009811268a6fe485ef74fc23f2fb0c.tar.bz2
yuzu-04d144aa40009811268a6fe485ef74fc23f2fb0c.tar.lz
yuzu-04d144aa40009811268a6fe485ef74fc23f2fb0c.tar.xz
yuzu-04d144aa40009811268a6fe485ef74fc23f2fb0c.tar.zst
yuzu-04d144aa40009811268a6fe485ef74fc23f2fb0c.zip
Diffstat (limited to 'src/core/hle/service/nfc/nfc.h')
-rw-r--r--src/core/hle/service/nfc/nfc.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/core/hle/service/nfc/nfc.h b/src/core/hle/service/nfc/nfc.h
new file mode 100644
index 000000000..4d2d815f9
--- /dev/null
+++ b/src/core/hle/service/nfc/nfc.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::NFC {
+
+void InstallInterfaces(SM::ServiceManager& sm);
+
+} // namespace Service::NFC