summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_typed_address.h
blob: d57535ba016276f8006d95fe98bb6a7d3dfb67fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#include "common/typed_address.h"

namespace Kernel {

using KPhysicalAddress = Common::PhysicalAddress;
using KVirtualAddress = Common::VirtualAddress;
using KProcessAddress = Common::ProcessAddress;

} // namespace Kernel