Kernel: Move Interruptable from InterruptController.h to its own file

This commit is contained in:
2024-03-06 00:47:02 +02:00
parent 76b0f80169
commit f0105cb7fb
15 changed files with 63 additions and 48 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#pragma once
#include <kernel/Input/PS2/Controller.h>
#include <kernel/InterruptController.h>
#include <kernel/Interruptable.h>
namespace Kernel::Input
{