summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/kernel/memory.h')
-rw-r--r--src/core/hle/kernel/memory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/kernel/memory.h b/src/core/hle/kernel/memory.h
index 08c1a9989..da6bb3563 100644
--- a/src/core/hle/kernel/memory.h
+++ b/src/core/hle/kernel/memory.h
@@ -26,4 +26,6 @@ MemoryRegionInfo* GetMemoryRegion(MemoryRegion region);
void HandleSpecialMapping(VMManager& address_space, const AddressMapping& mapping);
void MapSharedPages(VMManager& address_space);
+
+extern MemoryRegionInfo memory_regions[3];
} // namespace Kernel