summaryrefslogtreecommitdiffhomepage
path: root/dev/Mod/ATA
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2025-01-29 09:15:17 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2025-01-29 09:15:17 +0100
commitb6464d3fcd11ad43d1d0421fa8484eda2ac1708f (patch)
tree7826279e593c837fa81a61f38e899213f8f55c03 /dev/Mod/ATA
parent711dcbb464de6339a2dc5cd251f2096616d5ea09 (diff)
WiP: Tweaks and will finish SATA support and ATA (DMA) support.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Mod/ATA')
-rw-r--r--dev/Mod/ATA/ATA.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Mod/ATA/ATA.h b/dev/Mod/ATA/ATA.h
index c3c65ec0..6d8cd424 100644
--- a/dev/Mod/ATA/ATA.h
+++ b/dev/Mod/ATA/ATA.h
@@ -154,5 +154,5 @@ Kernel::SizeT drv_get_sector_count();
/// @brief get device size.
Kernel::SizeT drv_get_size();
-#endif // ifdef __MINOSKRNL__
+#endif // ifdef __NEOSKRNL__
#endif // ifndef __ATA_PIO__ || __AHCI__