summaryrefslogtreecommitdiffhomepage
path: root/Kernel/Modules/ATA
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-04 14:16:39 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-04 14:16:39 +0200
commita38083f7d528111087949a0ba8e3970f091f2fc9 (patch)
treec21cda9b4571758540564b562ea6858ddf89030b /Kernel/Modules/ATA
parentcd400898f5a6ef04690231323c0be107ae330fb4 (diff)
[FIX] CG's text writer functions. Need to fix ProgramLoader class now
for DLLs/LIBs. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/Modules/ATA')
-rw-r--r--Kernel/Modules/ATA/ATA.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Modules/ATA/ATA.hxx b/Kernel/Modules/ATA/ATA.hxx
index 7657d53c..79ab10a7 100644
--- a/Kernel/Modules/ATA/ATA.hxx
+++ b/Kernel/Modules/ATA/ATA.hxx
@@ -152,5 +152,5 @@ Kernel::SizeT drv_std_get_sector_count();
/// @brief get device size.
Kernel::SizeT drv_std_get_drv_size();
-#endif // ifdef __KERNEL__
+#endif // ifdef __NEWOSKRNL__
#endif // ifndef __ATA_PIO__ || __AHCI__