From fd27d5f1e4176926d613005f30feb209375d97ea Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 15 Feb 2025 09:33:35 +0100 Subject: Impl and Patches: - Private tools directory. - SCI gets new API. - Window Manager library. - Steps version 2. - Patch 'open' command. - ATA.h fixes. Signed-off-by: Amlal --- dev/Mod/ATA/ATA.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'dev/Mod/ATA') diff --git a/dev/Mod/ATA/ATA.h b/dev/Mod/ATA/ATA.h index a5189b31..8fdd3150 100644 --- a/dev/Mod/ATA/ATA.h +++ b/dev/Mod/ATA/ATA.h @@ -13,8 +13,6 @@ #pragma once -#ifndef __AHCI__ - #include #include @@ -154,5 +152,4 @@ Kernel::SizeT drv_get_sector_count(); /// @brief get device size. Kernel::SizeT drv_get_size(); -#endif // ifdef __NEOSKRNL__ -#endif // ifndef __ATA_PIO__ || __AHCI__ +#endif // ifdef __NEOSKRNL__ \ No newline at end of file -- cgit v1.2.3