summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/client_port.cpp
blob: aedc6f98993843615f084f0fca30d7c965cecc2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2016 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#include "common/assert.h"
#include "core/hle/kernel/client_port.h"
#include "core/hle/kernel/kernel.h"
#include "core/hle/kernel/server_port.h"

namespace Kernel {

ClientPort::ClientPort() {}
ClientPort::~ClientPort() {}

} // namespace