summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/KernelKit/Defines.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-04-13 08:04:32 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-04-13 08:22:23 +0200
commitf30470c40229806a33c914ebdd1dbdf037c9698d (patch)
treef67922ba36b8a4847b0f1854f77da4466e64f7e6 /dev/kernel/KernelKit/Defines.h
parent2d995049f660b7cee41d9e9bd2718fbcf76172e9 (diff)
dev, scheduler, ahci, dev: Refactor scheduler, and fix minor mistakes.
Add kDeviceTypeATA in DeviceMgr.h, making NeKernel aware that ATA devices can exist too. The scheduler now won't have to reimplement new classes, I refactor the names to signal that, and they're already generic enough to signal that. The AHCI-Generic driver got cleaned up of any irrelevant code, such as aligning the newly allocated pointer. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/kernel/KernelKit/Defines.h')
-rw-r--r--dev/kernel/KernelKit/Defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/kernel/KernelKit/Defines.h b/dev/kernel/KernelKit/Defines.h
index ca258f58..1356f340 100644
--- a/dev/kernel/KernelKit/Defines.h
+++ b/dev/kernel/KernelKit/Defines.h
@@ -13,4 +13,4 @@
class UserProcessScheduler;
class IDylibObject;
-class UserProcess;
+class Process;