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.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/core/core.h b/src/core/core.h
index e4168a921..7843cc8ad 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -91,10 +91,6 @@ namespace Core::Timing {
91class CoreTiming; 91class CoreTiming;
92} 92}
93 93
94namespace Core::Hardware {
95class InterruptManager;
96}
97
98namespace Core::HID { 94namespace Core::HID {
99class HIDCore; 95class HIDCore;
100} 96}
@@ -305,12 +301,6 @@ public:
305 /// Provides a constant reference to the core timing instance. 301 /// Provides a constant reference to the core timing instance.
306 [[nodiscard]] const Timing::CoreTiming& CoreTiming() const; 302 [[nodiscard]] const Timing::CoreTiming& CoreTiming() const;
307 303
308 /// Provides a reference to the interrupt manager instance.
309 [[nodiscard]] Core::Hardware::InterruptManager& InterruptManager();
310
311 /// Provides a constant reference to the interrupt manager instance.
312 [[nodiscard]] const Core::Hardware::InterruptManager& InterruptManager() const;
313
314 /// Provides a reference to the kernel instance. 304 /// Provides a reference to the kernel instance.
315 [[nodiscard]] Kernel::KernelCore& Kernel(); 305 [[nodiscard]] Kernel::KernelCore& Kernel();
316 306