diff options
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 10 |
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 { | |||
| 91 | class CoreTiming; | 91 | class CoreTiming; |
| 92 | } | 92 | } |
| 93 | 93 | ||
| 94 | namespace Core::Hardware { | ||
| 95 | class InterruptManager; | ||
| 96 | } | ||
| 97 | |||
| 98 | namespace Core::HID { | 94 | namespace Core::HID { |
| 99 | class HIDCore; | 95 | class 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 | ||