summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/dlp/dlp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/dlp/dlp.h')
-rw-r--r--src/core/hle/service/dlp/dlp.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/core/hle/service/dlp/dlp.h b/src/core/hle/service/dlp/dlp.h
new file mode 100644
index 000000000..ec2fe46e8
--- /dev/null
+++ b/src/core/hle/service/dlp/dlp.h
@@ -0,0 +1,15 @@
+// Copyright 2016 Citra Emulator Project
+// Licensed under GPLv2 or any later version
+// Refer to the license.txt file included.
+
+namespace Service {
+namespace DLP {
+
+/// Initializes the DLP services.
+void Init();
+
+/// Shuts down the DLP services.
+void Shutdown();
+
+} // namespace DLP
+} // namespace Service