1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-08 15:26:33 -05:00

Kernel/IPC: Small codestyle cleanup

This commit is contained in:
Subv
2016-12-09 12:39:12 -05:00
parent 386112da32
commit deb83c9fc5
2 changed files with 1 additions and 3 deletions

View File

@@ -9,9 +9,7 @@
#include "core/memory.h"
namespace Kernel {
class ServerSession;
// TODO(Subv): Move these declarations out of here
static const int kCommandHeaderOffset = 0x80; ///< Offset into command buffer of header
/**