diff options
Diffstat (limited to 'src/core/mem_map.h')
| -rw-r--r-- | src/core/mem_map.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/mem_map.h b/src/core/mem_map.h index ba50914a8..229ef82c5 100644 --- a/src/core/mem_map.h +++ b/src/core/mem_map.h | |||
| @@ -6,9 +6,14 @@ | |||
| 6 | 6 | ||
| 7 | #include "common/common_types.h" | 7 | #include "common/common_types.h" |
| 8 | 8 | ||
| 9 | namespace Kernel { | ||
| 10 | class VMManager; | ||
| 11 | } | ||
| 12 | |||
| 9 | namespace Memory { | 13 | namespace Memory { |
| 10 | 14 | ||
| 11 | void Init(); | 15 | void Init(); |
| 16 | void InitLegacyAddressSpace(Kernel::VMManager& address_space); | ||
| 12 | void Shutdown(); | 17 | void Shutdown(); |
| 13 | 18 | ||
| 14 | /** | 19 | /** |