summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2025-01-25 21:48:56 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2025-01-25 21:48:56 +0100
commit6f98067bc9fb75794c864c5b35a7ee1bf0704c73 (patch)
tree6a83d009d9a52e36f2afb9944432c0244c3d0184 /dev/Kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc
parentede6c1e0fd670d5af1c62ab52847fc518cfd4e9c (diff)
ADD: Better SATA driver, but not fully fixed yet.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc')
-rw-r--r--dev/Kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc b/dev/Kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc
index 2c7e043c..c01a46fe 100644
--- a/dev/Kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc
+++ b/dev/Kernel/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc
@@ -7,7 +7,7 @@
#include <ArchKit/ArchKit.h>
#include <KernelKit/UserProcessScheduler.h>
#include <NewKit/KString.h>
-#include <POSIXKit/signal.h>
+#include <POSIXKit/Signals.h>
STATIC BOOL kIsScheduling = NO;