summaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 6cd93000a..acc53d6a1 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -258,10 +258,10 @@ public:
258 const Kernel::GlobalScheduler& GlobalScheduler() const; 258 const Kernel::GlobalScheduler& GlobalScheduler() const;
259 259
260 /// Gets the manager for the guest device memory 260 /// Gets the manager for the guest device memory
261 DeviceMemory& GetDeviceMemory(); 261 Core::DeviceMemory& DeviceMemory();
262 262
263 /// Gets the manager for the guest device memory 263 /// Gets the manager for the guest device memory
264 const DeviceMemory& GetDeviceMemory() const; 264 const Core::DeviceMemory& DeviceMemory() const;
265 265
266 /// Provides a pointer to the current process 266 /// Provides a pointer to the current process
267 Kernel::Process* CurrentProcess(); 267 Kernel::Process* CurrentProcess();