summaryrefslogtreecommitdiff
path: root/src/core/memory_setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/memory_setup.h')
-rw-r--r--src/core/memory_setup.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/memory_setup.h b/src/core/memory_setup.h
index ee8ea7857..3fdf3a87d 100644
--- a/src/core/memory_setup.h
+++ b/src/core/memory_setup.h
@@ -5,7 +5,6 @@
5#pragma once 5#pragma once
6 6
7#include "common/common_types.h" 7#include "common/common_types.h"
8
9#include "core/mmio.h" 8#include "core/mmio.h"
10 9
11namespace Memory { 10namespace Memory {
@@ -30,5 +29,4 @@ void MapMemoryRegion(VAddr base, u32 size, u8* target);
30void MapIoRegion(VAddr base, u32 size, MMIORegionPointer mmio_handler); 29void MapIoRegion(VAddr base, u32 size, MMIORegionPointer mmio_handler);
31 30
32void UnmapRegion(VAddr base, u32 size); 31void UnmapRegion(VAddr base, u32 size);
33
34} 32}