summaryrefslogblamecommitdiffstats
path: root/src/core/hle/kernel/board/nintendo/nx/k_memory_layout.h
blob: f8fee4f5b9717019cc8f11e440a756e82966d169 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                               


            
                                            


                  
                                                                 

                     
// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#include "core/hle/kernel/k_typed_address.h"

namespace Kernel {

constexpr inline KPhysicalAddress MainMemoryAddress = 0x80000000;

} // namespace Kernel