summaryrefslogtreecommitdiff
path: root/src/core/hle/ipc.h
diff options
context:
space:
mode:
authorGravatar Subv2016-12-09 12:39:12 -0500
committerGravatar Subv2016-12-09 12:39:12 -0500
commitdeb83c9fc5c27ca8c50db0b00deb9cd798a814e7 (patch)
tree2701df2c92c4ca2b1c8207621c8922bd8f9d36dd /src/core/hle/ipc.h
parentAdded a framework for partially handling Session disconnections. (diff)
downloadyuzu-deb83c9fc5c27ca8c50db0b00deb9cd798a814e7.tar.gz
yuzu-deb83c9fc5c27ca8c50db0b00deb9cd798a814e7.tar.xz
yuzu-deb83c9fc5c27ca8c50db0b00deb9cd798a814e7.zip
Kernel/IPC: Small codestyle cleanup
Diffstat (limited to 'src/core/hle/ipc.h')
-rw-r--r--src/core/hle/ipc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/ipc.h b/src/core/hle/ipc.h
index 90ea4d191..79ccaaed0 100644
--- a/src/core/hle/ipc.h
+++ b/src/core/hle/ipc.h
@@ -9,9 +9,7 @@
9#include "core/memory.h" 9#include "core/memory.h"
10 10
11namespace Kernel { 11namespace Kernel {
12class ServerSession;
13 12
14// TODO(Subv): Move these declarations out of here
15static const int kCommandHeaderOffset = 0x80; ///< Offset into command buffer of header 13static const int kCommandHeaderOffset = 0x80; ///< Offset into command buffer of header
16 14
17/** 15/**